/*thead {
    background: #000;
    color: #fff;
}*/


/*
tbody {
    background: #ccc;
}
*/

div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #f0f0e9;
    color: #000;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #17A1E6;
}


