/** HEADER **/
.cinema-sc-page ul.pager__items {
	margin-top: 1em;
    height: 1em;
    margin-right: 1.5em;
    margin-left: 1.5em;
    list-style-type: none;
    border: 0 none;
    display: flex;
    padding-inline-start: 0;
}
.cinema-sc-page ul.pager__items li.pager__previous:before {
	content: '<<';
}
.cinema-sc-page ul.pager__items li.pager__previous {
	text-align: left ! IMPORTANT;
}
.cinema-sc-page ul.pager__items li {
    text-align: center ! IMPORTANT;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cinema-sc-page ul.pager__items li a {
	line-height: normal;
    font-size: large;
    padding: 0;
    display: block;
    width: 100%;
}
.cinema-sc-page ul.pager__items li.pager__next {
	text-align: right ! IMPORTANT;
}
.cinema-sc-page ul.pager__items li.pager__next:after {
	content: '>>';
}
.cinema-sc-page caption{
	display: none;
}
.cinema-sc-page .calendar-view-table th {
    margin-bottom: -10px;
    padding-top: 0;
    background: transparent ! IMPORTANT;
    padding-bottom: 0;
}
/** ALL MONTHS **/
.cinema-sc-page td .add-time {
	display: flex;
    justify-content: space-between;
}
.cinema-sc-page td .add-time a {
    padding: 0;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 1.5rem;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    text-align: left;
}
.cinema-sc-page td, td:hover {
	padding: 0 ! IMPORTANT;
	border: 2px solid black ! IMPORTANT;
	background: transparent ! IMPORTANT;
}
.cinema-sc-page td > div {
	height: 100% ! IMPORTANT;
}
.cinema-sc-page td .content > div {
    height: 100% ! IMPORTANT;
    margin-bottom: 1px ! IMPORTANT;
    margin-right: -4px ! IMPORTANT;
    margin-left: -11px ! IMPORTANT;
    margin-top: -10px ! IMPORTANT;
    padding: 0;
}
.cinema-sc-page td .content > div time, td .content > div time:hover {
	margin: 0 ! IMPORTANT;
	border-radius: 50% ! IMPORTANT;
}
.cinema-sc-page td .content > div > ul {
    height: 100% ! IMPORTANT;
	gap: 0 ! IMPORTANT;
}
.cinema-sc-page td .content > div > ul li {
	padding: 0 ! IMPORTANT;
    border: 0 none transparent ! IMPORTANT;
    background: transparent ! IMPORTANT;
}
.cinema-sc-page td .content > div > ul li:not(:last-child) {
    margin-bottom: 2px ! IMPORTANT;
    border-bottom: 2px solid black ! IMPORTANT;
}
.cinema-sc-page td .content > div > ul li > div {
	margin: 0 ! IMPORTANT;
}
.cinema-sc-page td .content > div > ul li a:hover {
    font-weight: bold ! IMPORTANT;
}

/** PREVOIUS AND PAST MONTH DAYS **/
.cinema-sc-page td.next-month, td.previous-month {
    filter: brightness(50%) ! IMPORTANT;
    background-color: black ! IMPORTANT;
    padding: 0;
}

/** CURRENT MONTH **/