#scroller {
    overflow-y: scroll;
    height: 300px;
    border: 1px #aaa solid;
    border-radius: 10px;
}
#scroller > .tablepress tfoot th, .tablepress thead th {
    font-size: 100%;
    color: #fff;
    background-color: #0098fe !important;
}
#scroller > .tablepress {
    border-radius: 10px;
}