.transcript {
  position: absolute;
  right: 0;
  bottom: 98px;
  left: 1px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 70px;
  background: none repeat scroll 0 0 #fff;
  background-color: #fff;
}

.transcript * {
  font-size: 1.03em;
  color: #000;
}

#transcript {
  position: relative;
  bottom: 169px;
  left: 0;
  z-index: 100000;
  height: 88px;
}

.popWraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.mCS_destroyedopacity {
  opacity: 0;
}

.close {
  position: absolute;
  top: 0;
  right: 2px;
  width: 17px;
  height: 32px;
  font-size: 2em;
  font-weight: bold;
  color: #20883e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.popWraper .popHeader .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 1.875em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.transTitleBar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.transcript .popHeader .close {
  cursor: pointer;
}

.popScroller {
  position: absolute;
  top: 3px;
  left: 17px;
  width: 965px;
  height: 85px;
  overflow-x: hidden;
  overflow-y: auto;
}

.transcriptClicked {
  background-image: url(../images/help_AT_btn_hover.png);
}

#transText .list_style {
  margin-bottom: 15px;
}

#transText .list_style > li::before {
  top: 9px;
  left: 1px;
  width: 6px;
  height: 6px;
}

#transText .list_style > li {
  padding-left: 15px;
  margin-bottom: 2px;
}

.disableTranscript {
  pointer-events: none !important;
  cursor: default !important;
}
