﻿/* Scrollable Table */
/* source: http://stackoverflow.com/questions/3934271/horizontal-scrollbar-on-top-and-bottom-of-table */

.tableWrapperPseudo, .tableScrollWrapper {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.tableWrapperPseudo {
    height: 20px;
}

.pseudoScrollBar {
    height: 20px;
}
