/** Table reset **/
.droptablestable table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
}
.droptablestable tr, .droptablestable th, .droptablestable td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    font-family: Arial;
    vertical-align: baseline;
    background: none;
    color: black;
    font-weight: normal;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.droptablestable td {
    line-height: 21px;
    padding: 0 4px 0 4px;
}

.droptablestable .sortable thead th {
    cursor: pointer;
}

div.droptablesoverflow {
    overflow-x: scroll;
}