﻿.jsCalendar table {
    box-shadow: none;
    margin: 5px auto;
}

.jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
    margin: 0;
    height: 25px;
    line-height: 25px;

}

    .jsCalendar tbody td.jsCalendar-current {
        /*color: #9c0f16;*/
        font-weight: bold;
        background-color: #9c0f16;
        border-radius: 18px;
        color: #fff;
    }


header.artikel.opener div.info span.reading-time {
    @apply border-l-0 mt-0 pr-0 mb-4 sm:pl-0 pl-4 font-light md:text-sm text-xs uppercase font-medium not-italic;
}
