#scheduler-menu {
    display: flex;
    flex-direction: column;
    height: 150px;
    background-color: #030303;
    border: 3px solid #555;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    opacity: 0.9;
}

.sched-menu-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sched-menu-button-icon {
    color: #AAA;
    margin-right: 10px;
}


.sched-menu-row:hover {
    background-color: #070707;
}

.sched-menu-button-label {
    font-size: 16px;
    font-family: Consolas, monospace;
    color: #AAA;
    margin-right: 10px;
    margin-bottom: 5px;
}
