#datlis ul{
    height: 100%;
}
#datlis ul li{
    float: left;
    min-width:17%;
}
#datlis ul li p{
    height: 46.5px;
    line-height: 46.5px;
    border-right: 1px solid #ccc;
}
#datlis ul li p:nth-of-type(odd){
    border-bottom:1px solid #ccc;
}
#datlis ul li:nth-child(5) p{
    border-right: none;
}

.table-bordered>thead>tr>th{
    padding-left: 0;
}
.table-bordered>thead>tr>th:nth-of-type(even){
    padding:14px 18px;
    line-height: 20px;
}

.repairBtnDiv{
	text-align: right;
    width: 90%;
    margin: auto;
} 
.repairBtnDiv button{
	width: 90px;
    height: 38px;
    background: #E12323;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}