#food{
}

input[type='radio']{
    height: 1rem;
    width: 1rem;
}

.day h1{
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.meal button{
    font-size: 12pt;
}

.meal button.status{
    color: grey;
}

.meal button.selected{
    background-color: blue;
    color: white;
}

.day{
    font-family: serif;
    background-color: #f6cc99;
    color: maroon;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
.day.weekend{
    /* light blue */
    background-color: #99ccff;
    color: #0000cc;
}
.day.today{
    background-color: #DA7c95;
    color: white;
}
.day-letter{
    font-size: 5rem;
    width: 5rem;
}
.meal{
    font-size: 1rem;
    font-family: sans-serif;
}

.action-prompt h1{
    margin: 0;
    padding: 0;
}

.action-prompt button{
    padding: 1rem;
}

.action-prompt input{
    font-size: 120%;
}
