/* Only applies when BootStrap table class is not set. */
/* i.e., item of type table with class .table not set (typically, .data on the old site) */
table:not(.table) {
    border-collapse: separate;
    border-spacing: 2px;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
}

.datalist th {
    white-space: nowrap;
}

/* Tables hover style overriden. */
.list_odd:hover, .list_even:hover { background-color: rgba(255, 170, 109, 0.64) !important ; }


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}


.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }