body
{
background-color:#000000;

height:auto;
}
.sidenav {
      background-color: #f1f1f1;
      height: auto;
    }
	.col-sm-12
	{
	height:auto;
	}
	table,tr,td
	{
	text-align:center;
	font-weight:bold;
	}
	.top_navbar
{
background-color:#005a8f;
overflow:hidden;

}
.top_navbar a
{
text-align:center;
float:left;
display:block;
font-size:14px;
padding:14px 20px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.top_navbar a:hover
{
background-color:#f92a2a;
color:#FFFFFF;
}
	
	
	



.list ul li a:hover
	{color:#000000;
	}
	.list ul li a
	{color:#FFFFFF;
	background-color:#0099FF;
	}
	.list ul li
	{ 
	font-weight:100;
	text-align:center;
	}
	h4{
	text-align:center;
	}
	.btn-warning
	{
	width:80px;
	height:30px;
	border:1px dotted #f92a2a;
	background-color:#f92a2a;
	border-radius:3px;
	}
	.btn-warning:hover
	{
	background-color:#f92a2a;
	}
	.btn-success
	{
	width:140px;
	height:35px;
	border:1px dotted #4668c9 ;
	background-color:#4668c9;
	border-radius:3px;
	margin-right:10px;
	}
	.btn-success:hover
	{background-color:#4668c9;
	}
	
	.btn-success1 
	{
	width:130px;
	height:30px;
	border:1px dotted #4668c9 ;
	background-color:#4668c9;
	color:#FFFFFF;
	border-radius:3px;
	margin-left:10px;
	}
	.btn-warning1
	{
	width:80px;
	height:30px;
	border:1px dotted #f92a2a;
	background-color:#f92a2a;
	color:#FFFFFF;

	border-radius:3px;
	}