.rark_show.rark-subpage-shows {
    background-color: #eee;
    padding-bottom: .5em;
}
.rark-subpage-shows .entry-title,
.rark-subpage-shows .entry-meta,
.rark-subpage-shows .show-host,
.rark-subpage-shows .entry-content {
    margin: .5em 20px;
    line-height: 1.333;
}
.rark-subpage-shows .entry-title {
    font-size: 2em;
}

.rark-subpage-shows .entry-meta,
.rark-subpage-shows .show-host {
    font-size: .75em;
}

.rark-subpage-shows .entry-content {
    font-size: 1.2em;
}

.rark-schedule-page {
    display: none;
}

#rark-subpage-schedule-days {
    text-align: right;
    margin-bottom: 16px;
}

.rark-schedule-btn {
    padding: 8px 0px;
    margin-left: 2.4%;
    width: 10%;
    border: 1px solid;
    display: inline-block;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    cursor: pointer;
}
.rark-schedule-day-current {
    background-color: #1b89d7;
    color: #ffffff!important;
}
.rark-schedule-entry {
    display: block;
    float: right;
    width: 88%;
    padding: 8px 12px;
    box-sizing: border-box;
}
.rark-schedule-30.rark-schedule-entry {
    padding: 4px 12px;
}
.rark-schedule-entry .show-title {
    font-weight: bold;
}

#rark-schedule-time-key {
    float: left;
    width: 12%;
    text-align: right;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.rark-schedule-time {
    position: relative;
    top: -8px;
}
.rark-schedule-time:before {
    content: '';
    width: 12px;
    border-top: 2px solid #666666;
    position: absolute;
    display: block;
    height: 10px;
    top: 8px;
    right: -16px;
}
.rark-schedule-time:after {
}

.rark-schedule-odd {
    background-color: #dedede;
}
.rark-schedule-even {
    background-color: #efefef;
}

.rark-schedule-30 {
    height: 30px;
}
.rark-schedule-45 {
    height: 45px;
}
.rark-schedule-60 {
    height: 60px;
}
.rark-schedule-90 {
    height: 90px;
}
.rark-schedule-120 {
    height: 120px;
}
.rark-schedule-150 {
    height: 150px;
}
.rark-schedule-180 {
    height: 180px;
}
.rark-schedule-210 {
    height: 210px;
}
.rark-schedule-240 {
    height: 240px;
}
.rark-schedule-270 {
    height: 270px;
}
.rark-schedule-300 {
    height: 300px;
}
