/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
.control-label, .table {
  color: #000;
}
.white {
	color:#fff;
}


#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}