body
{
background-color:#000000;
}
th
{color:#FFFFFF;
}


.panel-body
{
height:auto;
background-color:black !important;
margin-top:10px;
}
.top_nav
{
background-color:#630031;
overflow:hidden;
}
.top_nav a
{
display:block;
text-align:center;
padding:12px 18px;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
font-style:normal;
text-decoration:none;
float:left;

}
.top_nav a:hover
{
background-color:#f4ac44;
color:#FFFFFF;


}

.button {

  border-radius:5px;
  background-color:#da7308;
  border: none;
  color: #FFFFFF;
  font-weight:bold;
  text-align:center;
  font-size:15px;
  padding:10px;
  height:35px;
  width: 90px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top:10px;
  
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity:0;
  top:0;
  right:-10px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 15px;
}

.button:hover span:after {
  opacity:1;
  right:0;
}
.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;
	}

.btn-success
{
border-radius:3px;
border:1px solid green;
color:#FFFFFF;
height:30px;
font-weight:bold;
width:100px;
background-color:#006600;
} 
.btn-danger
{
border-radius:3px;
border:1px solid #990000;
color:#FFFFFF;
font-weight:bold;
height:30px;
width:90px;

background-color:#990000;
}

h5
{
color:#FFFFFF;
width:255px;
font-weight:bold;
background-color:#333333;
padding:8px;
}
.inner
{
background-color:#FFFFFF;
color:#000000;
}
ul  {
    list-style-type: none;
    padding: 0;

}

ul li {
    padding: 8px 16px;
    border-bottom: 1px dotted grey;
	color:#000000 !important;
	font-weight:bold;
	font-size:16px;
	text-decoration:none !important;
	
}
ul li a:hover{
   color:#FF0000;
   text-decoration:none !important;
}

ul li:last-child {
    border-bottom: none;
}