.editMode h1{
    font-size: 40px;
}

.table-box {
    cursor: pointer;
    flex-direction: row;
    padding-bottom: 15px;
    padding-top: 8px;
    border-bottom: 1px solid #666;

    &:nth-child(even) {
        background-color: #283441 !important;
    }

    &:nth-child(odd) {
        background-color: #212B36 !important;
    }
}


