

.table-small > tbody > tr > td {
    padding: 2px 8px !important
}

.portlet-small .caption {
    font-size: 13px;
    padding-top: 7px
}

.portlet-small .caption-subject {
    float: left;
    padding-left: 5px
}

.portlet-small .table-scrollable-borderless > hr {
    margin: 5px
}

.portlet-small .table-hover {
    width: 100%
}

.portlet-small table > tbody > tr > td > span {
    float: right
}

.portlet-small tr td:last-child {
    text-align: right
}



.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

@media screen and (any-hover: none) {
    .table-responsive::-webkit-scrollbar {
        height: 0 !important
    }
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #c7c7c7
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}



.table td, .table th {
    font-size: 12px;
}

