/* Shows Page Accessibility CSS */

/* Link styling - ensures links are distinguishable without relying on color */
#content a {
  text-decoration: none;
  font-weight: 300;
  border-bottom: 1px dotted #000;
  padding-bottom: 1px;
}

#content a:hover,
#content a:focus {
  text-decoration: none;
}

#allshows-page #global h1 {
  margin: 30px 10px 0;
  font-size: 24px;
  color: #e83843;
}

/* Original styling for category titles */
#allshows-page #global h3 {
  font-size: 20px;
  background-color: #e5e5e5;
  padding: 5px 15px;
  color: inherit;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
