@import "src/styles/colors.scss";

.Table {
    width: 100%;

    &-head {
        border-bottom: 1px solid $grey_border;
    }

    &-head-cell {
        color: $timberwolf;
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    &-head-cell-priority {
        text-align: center;
        width: 50px;
    }
}
