.dashboard-list li{
	width: 100%;background-color: #ccc ;font-size: 16px;margin:10px 0;padding:2px 10px;
}

.dashboard-list .active{
	background-color: #111;
}
.dashboard-list .active a{
	 color: #ccc;
	 display: block;
}

.dashboard-list li a{
	color: #333;
	margin: 10px 0;	
	display: block;
}

.dashboard_content{
	color: #ccc;
	font-size: 16px;
}

.dashboard_content a{
	color: #666;
	margin: 0 5px;
}

.table_page table {
	width:100%;
	caption-side:bottom;
	border-collapse:collapse}
.table_page table thead {
	background:#333}
.table_page table thead tr th {
	color:#ccc;
	border-bottom:3px solid #000000;
	border-right:1px solid #555;
	border-left:1px solid #555;
	font-size:16px;	 
	font-weight: 100;
	text-transform:capitalize;
	padding:10px;
	text-align:center
}
.table_page tbody tr td {
	border-right:1px solid #ededed;	 
	text-transform:capitalize;
	font-size:14px;
	font-weight: 100;
	text-align:center;
	min-width:150px}
.table_page tbody tr td a:hover {
	color:#fb5d5d}
.table_page table tbody tr td {
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	text-align:center;
	padding:10px}