div.dayselector
{
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin: 4px;
    border-radius: 25px;
}
div.childselector
{
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin: 4px;
    border-radius: 10px;
}
div.wrapcare
{
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
}
div.boxapplied
{
    background-color: #322f82;
    color: white;
}
#footer {
    height: 60px;
    background-color: #f5f5f5;
}
div.form-floating
{
    padding-bottom: 5px;
}
p.forminfo
{
    font-size: 11px;
    margin: 5px;
    font-weight: bold;
}
span.strikeout
{
    text-decoration: line-through;
}
div.inner
{
    margin: 10px;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.innerborder
{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

