.screen-reader-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.runcontrols h3 {
  /* Taken from H4 class in styles_CBR.css */
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Addresses issue: Background and foreground colors do not have a sufficient contrast ratio. */
.irs-from, .irs-to, .irs-single {
	background-color: #347AB7 !important;
}
