#todoMenuOuter {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 5px solid #555;
    z-index: 20000000;
    background-color: black;
}

#todoMenu {
    height: 100%;
    width: 100%;
    padding: 10px;
    background-color: #652447;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.sched-todo-module-top {
    display: flex;
    align-items: center;

}

.sched-todo-module-top-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sched-todo-module-top-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.sched-todo-module-location-row {
    display: flex;
}

.sched-todo-module-date-row {
    display: flex;

}

.sched-todo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sched-todo-left {
    width: 66%;
}

.sched-todo-right {
    width: 33%
}
