.tablepress.table {
    border: none;
    font-size: 14px;

    tr {

        th {
            border-bottom: 2px solid $humpback;
            color: $timberwolf;
            font-weight: $font-weight-bold;
            text-transform: uppercase;
        }

        td {
            border-bottom: 1px solid $mouse;
            border-top: none;
            text-align: left;
        }

    }

    tbody {

        tr:hover {
            background-color: $mouse;
        }

    }

    caption {
        display: none;
    }

}
