#scroller {
    overflow-y: scroll;
    height: 300px;
    border: 1px #aaaaaa solid;
    border-radius: 10px;
}
#scroller > .tablepress tfoot th, .tablepress thead th {
    font-size: 100%;
    color: #ffffff;
    /*background-color: #4169e1 !important;*/
    background-color: #231815 !important;
}
#scroller > .tablepress {
    border-radius: 10px;
}
.entry-title7 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    padding: .5em .75em;
    background-color: #FDC734;
    border-radius: 6px;
    margin-bottom: 30px;
}
.entry-title7:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #FDC734;
}