#controls {
  margin-top: 1rem;
  text-align: center;
}

#recordButton, #pauseButton, 
#stopButton {
  border: none;
  margin-left: 5px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 25px;
  text-align: center;
  letter-spacing: normal;
  color: black;
  cursor: pointer;
  background-color: transparent;
}

#recordButton:hover, #pauseButton:hover, 
#stopButton:hover, #recordButton:focus, #pauseButton:focus, 
#stopButton:focus {
  outline: none;
}

#pauseButton img, #stopButton img{
  width: 30px;
}

.controls .bton::-moz-focus-inner {
  border: 0;
}

.controls .bton:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}

.controls .bton:disabled {
  pointer-events: none;
}

.controls .bton:first-child {
  margin-left: 0;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}

h1 {
  margin: 0 auto;
  margin: 1rem;
  padding: 1rem;
  position: relative;
  text-align: center;

}

li {
  list-style: none;
  margin-bottom: 1rem;
  /* text-align: center; */

}

h3 {
  text-align: center;
}

#formats {
  margin-top: 0.5rem;
  font-size: 14px;
  text-align: center;
}

.modal .modal-content {
  overflow: hidden;
}

.modal-body {
  overflow-y: scroll;
}

#recordingImg {
  width: 50px;
}

#recordButton,#pauseButton,#stopButton:hover {
  background:#ffffff;
}
.bton:active { 
  color: #FFFFFF;
}
.bton:disabled { 
  color: #FFFFFF;
  background-color: white
}
.bton:focus { 
  color: #FFFFFF;
}

#recordingsList li a{
  color: black;
  cursor: pointer;
}

/* .far{
  font-size: large;
  padding: 5px; 
} */
