.col-md-3{
    width: auto !important;
}
.datalist {
    
}
.datalist th{
    min-width:80px !important;
    max-width: 140px !important;
    white-space:nowrap;
    text-align: center;
}

.datalist td {
	width:auto;
	min-width:80px !important;
	max-width: 140px !important;
    text-overflow : ellipsis; 
    white-space : nowrap; 
    word-wrap:break-word;
    text-align: center;
    overflow: hidden;
}
.datatable-span.flexarea{
    overflow: scroll !important;
}

.datatable{
	margin-bottom:0px  !important;
}

.datalist tr td:nth-last-child(1) {
    overflow: inherit ;
}

.tableBottom{
	width:100%;
	margin-bottom:150px !important;
}

.layui-layer-tips .layui-layer-content {
    border-radius: 6px !important;
}