@charset "utf-8";
/* 你自己的样式 */

table.dataTable tbody td {
    white-space: nowrap;
}

.table-sm {
	
}

.table-sm th, .table-sm td {
	padding: 4px;
	line-height: 20px
}

.table-xs {
	
}
.table-xs th, .table-xs td {
	padding: 2px;
	line-height: 18px
}
.table-input {
	
}  

.table-input input {
	border: none;
	width: 100%;
}


.highlight {
    background-color: yellow !important;
}
.propertyList {
    overflow: auto;
}
.propertyInfo {
    position: fixed;
    left: 0;
    bottom: 0; 
    padding: 0 20px 10px; 
    background: #fff;
}