/* (c) 2020 Jens Heidrich <info@tulix.de> */

h2 {
    color: #008000;
    font-weight: bold;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: end;
}

h3 {
    color: #aaa;
    font-size: 1.7rem;
}

h4.small,
h5.small {
    font-size: 1rem;
    font-weight: bold;
}

td.calendar-week > div {
    color: #18bc9c;
}

.gj-picker-bootstrap table tr td.today div {
    color: red;
}

.tooltip-inner {
    max-width: 200px;
}

.w-10 {
    width: 10% !important;
}
.zasogreen {
    color: #016D7D;
}
