.admin_panel{
    float: left;
    height: auto;
    width: 100%;
}
.admin_panel span{
    color: #157e8e;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    padding: 2px 8px;
    width: 99%;
	background:#cdeaf9 !important;
	}

.admin_panel_table{
	float:left;
	height:auto;
	margin:10px;
	text-align: left;
	display: block;
	position: relative;
	font-family: sans-serif;
}

.admin_panel_table td{
    float: left !important;
    vertical-align: top;
    width: 11% !important;
    text-align: center;
    padding-bottom: 5px;
}
    
.admin_panel_table td a{
	font-size:13px;
	font-weight: normal;
}
