div#accessibility-links {
  cursor: auto;
  background: #111;
  z-index: 99999;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

html.scr_highcontrast {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.topright {
  top: 0;
  right: 0
}

.topleft {
  top: 0;
  left: 0
}

.bottomright {
  bottom: 0;
  right: 0
}

.bottomleft {
  bottom: 0;
  left: 0
}

div#accessibility-links.bottomleft div#tts_message {
  top: -37px;
  left: 0
}

div#accessibility-links.topleft div#tts_message {
  top: 37px;
  left: 0
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative;
  float: none;
  clear: both
}

div.scbasebin {
  border: none !important;
  height: 49px;
  width: 80px;
  float: left;
  font-size: 13px;
  position: relative
}

div.scbasebin.screenreader.text {
  width: 80px;
  text-align: center;
  background: url('images/logo.png') no-repeat;
  background-position: 2px 0;
  display: none;
}

div.scbasebin.screenreader.text.scr_nolabel {
  width: 40px
}

div.scbasebin.speaker {
  text-align: center;
  width: auto !important
}

div#frclr {
  clear: left;
  width: 0;
  height: 25px
}

div#accessibility-links label {
  color: #111;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  height: 20px;
  float: left;
  cursor: auto;
  padding-left: 32px;
  margin-top: 6px
}

div#accessibility-links label.fr_label.startapp {
  background: transparent !important
}

div#accessibility-links button {
  border: none !important;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-size: 70%;
  display: inline-block;
  margin: 2px 0 0 2px;
  padding: 0
}

div#accessibility-links button#fr_screenreader_play {
  background: url('images/icon-play.svg') no-repeat center;
  background-size: contain;
  border: none !important;
  margin-left: 2px
}

div#accessibility-links button#fr_screenreader_pause {
  background: url('images/icon-pause.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#accessibility-links button#fr_screenreader_pause.active {
  background: url('images/icon-pause-active.svg') no-repeat center;
  background-size: contain;
}

div#accessibility-links button#fr_screenreader_stop {
  background: url('images/icon-stop.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#accessibility-links button#fr_screenreader_font_increase {
  background: url('images/icon-font-increase.svg') no-repeat center;
  background-size: contain;
  border: none !important;
  margin-left: 25px
}

div#accessibility-links button#fr_screenreader_font_decrease {
  background: url('images/icon-font-decrease.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#accessibility-links button#fr_screenreader_font_reset {
  background: url('images/icon-font-reset.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#accessibility-links button#fr_screenreader_highcontrast {
  background: url('images/icon-high-contrast-1.svg') no-repeat center;
  background-size: contain;
  border: none !important;
  margin-left: 25px
}

div#accessibility-links button#fr_screenreader_highcontrast2 {
  background: url('images/icon-high-contrast-2.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#accessibility-links button#fr_screenreader_highcontrast3 {
  background: url('images/icon-high-contrast-3.svg') no-repeat center;
  background-size: contain;
  border: none !important
}

div#tts_message {
  cursor: auto;
  position: absolute;
  z-index: 10000;
  background-color: #EEE;
  top: -1px;
  left: -162px;
  width: 162px
}

div#msgtext {
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 0 2px 0;
  text-align: center;
  background: url('images/exclamation.png') no-repeat;
  padding-left: 35px;
  width: 125px;
  background-position-x: 3px;
  border: 1px solid #b5b5b5;
  line-height: 16px
}

div#stopbtn {
  height: 32px;
  width: 32px;
  margin: 2px 0 0 5px;
  background-image: url('images/acc_stop.png');
  background-repeat: no-repeat;
  padding: 2px;
  float: left;
  cursor: pointer
}

div#playicon {
  width: 162px;
  height: 37px;
  background-image: url('images/waves.gif') !important;
  z-index: 99999
}

div#sm2-container {
  height: 0;
  width: 0;
  top: -10000;
  left: -10000;
  position: absolute;
  display: none
}

div.volume_step {
  width: 10px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 2px;
  margin-left: 2px;
  cursor: pointer
}

div.volume_step.active {
  background-color: #FFF
}

#volume_step1 {
  height: 5px;
  left: 5px
}

#volume_step2 {
  height: 15px;
  left: 17px
}

#volume_step3 {
  height: 25px;
  left: 29px
}

#volume_step4 {
  height: 35px;
  left: 41px
}

#volume_step5 {
  height: 45px;
  left: 54px
}