#test_box {
  margin: 0;
  position: absolute;
  font-size: 25px;
  top: 47%;
  left: 47%;
  transform: translate(-47%, -47%);
  text-align: center;
  user-select: none;
}

#test_box p, button {
  font-size: 26px;
}

.audio-not-moved {
  opacity: 60%;
}

.audio-icon {
  width: 50px;
  position: absolute !important;
}

#audio-task-container {
  width: 1000;
  height: 400;
  border: dashed 2px;
  border-bottom: solid 5px;
  position: relative;
  margin: 50px 0;
}

#audio-task-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 996px;
  left: -2px;
  height: 7%;
  border-left: 4px solid;
  border-right: 4px solid;
}

#starting-audio-container {
  border: solid 5px;
  width: 50;
  height: 50;
  margin: 0 auto;
  text-align: left;
}

.task-range-description {
  position: absolute;
  white-space: nowrap;
}

#background-info-container {
  text-align: left;
}

textarea {
  font-size: 24px;
  margin-bottom: -20px;
}

#overlay {
  text-align: center;
}

#overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
}

#pause-message-box {
  z-index: 10001;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);;
  background-color: white;
  height: 250px;
  width: 600px;
}

#remaining-icon-counter {
  position: relative;
  white-space: nowrap;
}

#tip-box {
  position: relative;
  border: solid 5px;
  height: 225px;
  width: 375px;
  text-align: left;
}

#tip-list {
  padding-left: 20px;
  font-size: 16px;
}

#tip-list li {
  position: relative;
  top: -20px;
}
