.color-green-300 { color: #90CC90; }

.text-barred { text-decoration: line-through; }

.d-hidden { opacity: 0; }

.mt-10-max-lg {
    @media (max-width: 992px) { margin-top: 10px; }
}

.hb-next-month, .hb-prev-month {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.hb-next-month::after { content: "\f054" !import; }
.hb-prev-month::after { content: "\f053" !import; }
