
/* - ploneCustom.css - */
@media all {
/* https://www.schallaburg.at/portal_css/ploneCustom.css?original=1 */
.form input[type='radio']{
-webkit-appearance: radio !important;
}
body.section-eintrittskarte section.best-seat-selection table.table tr td:nth-child(2), body.section-eintrittskarte section.best-seat-selection table.table tr th:nth-child(2){
display: none;
}
.portaltype-admission .checkout .best-seat-selection time,
.checkout tr[data-ec-type="admission"] time {
display: none;
}
.portaltype-admission .checkout .best-seat-selection .validity,
.checkout tr[data-ec-type="admission"] .validity {
opacity: 0;
}
}

