.jumbotron
{
	background-color:black;
	color:white;
	margin-bottom:0px;
}

.btnblack
{
	background-color:black;
	color:white;
	margin-top:3px;
	padding:5px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #000000;
}
.btnblack:hover
{
	background-color:#666666;
	border: 2px solid #262626;
}

.btngray
{
	background-color:#f2f2f2;
	color:black;
	font-size:12px;
	padding:2px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0.5px solid #000000;
}
.btngray:hover
{
	background-color:#666666;
	color:white;
	border: 0.5px solid #262626;
}
.btngray2
{
	background-color:#f2f2f2;
	color:black;
	font-size:15px;
	padding:3px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0.5px solid #000000;
	
	margin-right:5px;
}
.btngray2:hover
{
	background-color:#666666;
	color:white;
	border: 0.5px solid #262626;
}
#frEditBtn:hover
{
	cursor:pointer;
}
.infbtn
{
	color:#80bfff;
	font-size:20px;
	margin-top:5px;
}
.orderTd
{
	cursor:pointer;
}
.a_acnt_from_all
{
	color:black;
	
}
.a_acnt_from_all:hover
{
	text-decoration: none;
}
.page
{
	height:600px;
	overflow:auto;
}
.footer 
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
@media only screen and (max-height: 900px) 
{
	.page
    {
        height:470px;
    }
}



@media only screen and (max-height: 700px) 
{
	.page
{
	height:352px;
}
}

@media only screen and (max-height: 600px) 
{
	.page
{
	height:250px;
}
}
@media only screen and (max-width: 540px) 
{
	.page
    {
        height:460px;
    }
}

