#resultcontainer{
    display: none;
    margin-top: 20px;
    border: 5px solid #f2f3f5;
    padding: 3% 4%;
    border-radius: 8px;
   font-size: 16px;
   font-family: 'big-title', 'main', sans-serif;
}
div#cal-result ul li:nth-child(odd) {
     background: none;
}
div#cal-result ul li:first-child {
border-radius: 3px;
border-bottom: 5px solid var(--mainColor);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
 -moz-appearance: textfield;
}
.cal-con-notes {
    padding: 2% 3%;
    border-radius: 8px;
    margin-top: 40px;
}
.extra-msg{
color: red;
    padding-top: 10px;
}
.overview-msg{
font-size:18px;
padding-bottom: 10px;
}
