div.pager {
        text-align: right;
        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: #fff;
            color: #2cb34a;
            margin-right: 0.5em;
            border-radius: 4px;
            border: 1px solid #2cb34a;
        }

            div.pager span:hover {
                background: #2cb34a;
                color: #fff;
            }

            div.pager span.active {
                background: #2cb34a;
                color: #fff;
            }

    table.table th {
        padding: 4px;
        border: 1px solid #CCC;
        overflow: hidden;
        text-align: left;
        vertical-align: middle;
    }

    table.table th {
        background-color: #DDD;
        font-weight: 400;
    }

        table.table th a,
        table.table td a {
            display: block;
            width: 100%;
        }

            table.table th a.sort-by {
                padding-right: 18px;
                position: relative;
            }

    table.table a.sort-by:before,
    table.table a.sort-by:after {
        border: 4px solid transparent;
        content: "";
        display: block;
        height: 0;
        right: 5px;
        top: 50%;
        position: absolute;
        width: 0;
    }

    table.table a.sort-by:before {
        border-bottom-color: #666;
        margin-top: -9px;
    }

    table.table a.sort-by:after {
        border-top-color: #666;
        margin-top: 1px;
    }
