/* Schedule page */

.schedule-header h2 {
  text-transform: uppercase;
  font-weight: normal;
}

.schedule-header h2 span.playlists {
  color: #0072bc;
}

.schedule-header h2 span.amp {
  color: #666;
}

#daily-schedule ul.schedule-tabs li.ui-tabs-selected a {
  background-color: #0673ba;
}

.arrow {
  background-image: url(/media/img/schedule/btn-arrows-blue.png);
}

.action-button-icon {
  display: inline;
  top: 3px;
  position: relative;
  padding: 0 5px;
}

.action-button-icon svg path {
  fill: #777;
}

ul.schedule-dates {
  padding: 20px 0 0 0;
}

li.yesterday a:hover,
li.yesterday a:hover path,
li.tomorrow a:hover,
li.tomorrow a:hover path {
  fill: #0073d5;
  color: #0073d5;
  text-decoration: none;
}