.ft-revenue-title {
    padding-top: 20px;
}

.ft-table-title {
    margin-bottom: 4px;
}

.ft-table {
    padding-right: 30px;

    .before-total {
        > td {
            border-bottom: 1px solid $light-grey;
        }

        & + tr > td {
            border-bottom: 1px solid $light-grey;
            font-weight: $weight_bold;
        }
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        vertical-align: middle;
    }

    .hovered {
        background-color: $mouse;
    }
}
