form.pure-form.pure-g.cli {
    /*width: 70%;*/
    /*position: absolute;*/
    /*bottom: 21px;*/
}

.wrapper {
    height: 100%;
}

#result-container>ul.content {
    list-style: none;
    border: 1px solid;
    background-color: #2b00af;
    color: #fff;
    font-family: monospace;
    font-size: 14pt;
    box-sizing: border-box;
    height: 65vh;
    padding: 5px 5px 90px;
    overflow-y: auto;
}

#result-errors>ul.content {
    list-style: none;
    background-color: #ffffff;
    color: #f00;
    font-family: monospace;
    font-size: 14pt;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

button.btn-cmd {
    margin: 3px;
    cursor: pointer;
}

.calendar {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    text-align: center;
    margin: 5px 0;
}

.days {
    padding: 0;
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day {
    list-style: none;
    cursor: pointer;
}

.day.nextMonth, .day.previousMonth {
    color: silver;
}

.day.weekday-6.nextMonth, .day.weekday-6.previousMonth {
    color: coral;
}

.day.weekday-6 {
    color: red;
}

#children-btns>button,
#children-btns>span {
    margin: 3px 2px;
}

.splash-container {
    width: 50%;
    margin: 0 auto;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: start;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    letter-spacing: 0.05em;
    opacity: 0.8;
}