.text_input{
    margin-bottom: 0.75rem;
}
.rest{
    padding: 0.5rem;
    background-color: #f8fafe;
}
.rest em{
    display: inline-block;
    padding: 0.25rem;
    float: left;
    text-align: center;
    margin: 0.1rem;
    height: 2.75rem;
    line-height: 1.25rem;
    font-family: verdana;
    font-style: normal;
    border-bottom: 1px #ff3300 dashed;
    font-size: 0.7rem;
}
.rest em i{
    font-style: normal;
}
.night .rest{
    background-color: #181a1b;
    border: 1px solid #444;
}