.wpt_productions_timetable .wp_theatre_prod {
padding-top: 20px;
padding-bottom: 10px;
margin-top: 0;
}
.wpt_productions_timetable .wp_theatre_prod figure {
width: 100px;
margin-left: 0;
padding-bottom: 10px;
padding-right: 0;
}
.wpt_productions_timetable .wp_theatre_prod figure img {
border-radius: 2px;
display: block;
}
.wpt_productions_timetable .wp_theatre_prod > * {
margin-left: 110px;
}
@media (max-width: 767px) {
.wpt_productions_timetable .wp_theatre_prod figure {
width: 60px;
}
.wpt_productions_timetable .wp_theatre_prod > * {
margin-left: 70px;
}
}
.wpt_productions_timetable .wp_theatre_prod .wpt_production_timetable {
margin-left: 0;
}
.wpt_production_timetable {
margin: 10px 0;
font-size: 12px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
clear: left;
}
.wpt_production_timetable tr th.wpt_productions_timetable_venue {
width: 100px;
white-space: normal;
}
.wpt_production_timetable tr th,
.wpt_production_timetable tr td {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-left: 10px;
white-space: nowrap;
}
.wpt_production_timetable tr th:nth-child(2n),
.wpt_production_timetable tr td:nth-child(2n) {
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
.wpt_production_timetable {
margin: 10px 0;
}
.wpt_production_timetable tr th.wpt_productions_timetable_venue {
width: 60px;
}
}