* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

body .layui-layout-admin {
	height: auto;
}
.layui-panel {
	float: left;
	background: #ffffff;
	border-color: #ffffff;
	margin-top: 10px;
}
.layui-panel ul{
	background: #ffffff;
}
.layui-panel ul li{
	border:1px solid blue;
	background: #f9f9f9;
	text-align: center;
	padding: 20px 5px;
}
.layui-panel ul li a{
	font-weight: bold;
}
.contable{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	
}
.contable p {
	font-size: 20px;
	font-weight: bold;
}
thead tr th{
	text-decoration: underline;
	font-weight: 700;
	color: #1f2329;
	text-align: center !important;
	border-color: #999 !important;
	background: #e8eaed;
}
td{
	text-align: center;
	color: #1f2329;
	font-size: 13px !important;
	border-color: #999 !important;
}