/***************************************************************/
/*
/* #foot @ foot.php
/*
/***************************************************************/
#foot
{	
    padding: 20px 0px;
    text-align: center;
    color: #9e9f9f;
	font-size: 12px;
	text-transform: uppercase;
}
#devices
{
	text-align:center;
	margin-bottom:10px;
}
#hotzone_botbuttons
{
	position: fixed;
    bottom: 0;
    right: 0;
    left: 230px;
    padding: 14px;
    background-color: rgba(255,255,255,0.9);
    text-align: right;
    box-shadow: 0 -1px 1px rgba(0,0,0,.14);
}
.hotzone_botbutton
{
	margin: 0px 4px;
}
#hotzone_botbuttons:hover
{
}
#hotzone_botbuttons:hover .hotzone_botbutton
{

}
@media print 
{ 
	.noprint 
	{ 
		display: none;
	} 
	#hotzone #main 
	{
		margin:0px;
		padding:0px;
	}
	body
	{
		padding:0px !important;
	}

} 
.foot_link
{
    color: #9e9f9f;
    text-decoration: underline;
    margin-left: 5px;
}