.areatitle{
    white-space: nowrap;
}

/*--- table css ---*/
/*--- https://lpeg.info/html/table_list_sort.html ---*/
.sorttbl{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
.sorttbl tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.sorttbl th:first-child,
.sorttbl td:first-child{
    padding-left: 8px;
}
.sorttbl td,
.sorttbl th{
    padding: 2px 2px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    min-width: 50px;
}
.sorttbl th{
    color: #fff!important;
    background-color: #616161!important;
}

/*--- list css ---*/

.sort-btn{
    border: none;
    display: inline-block;
    padding: 2px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4CAF50;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

ul.sortlist{
    list-style-type: none;
}
ul.sortlist li{
    padding: 2px;
    border-bottom: dotted 1px #454545;
}
