.recorder{

}

.recorder #controls {
  display: flex;
  /*float: right; */
  /*margin-top: 2rem;*/
  /*max-width: 28em;*/
} 

.recorder .tombol-recorder {
  /*flex-grow: 1;*/
  /*height: 3.5rem;*/
  /*min-width: 2rem;*/
  padding: 5px 10px;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  /*font-weight: bold;*/
  /*font-size: 1rem;*/
}

.recorder .tombol-recorder:hover, .recorder .tombol-recorder:focus {
  outline: none;
  background: #c72d1c;
}

.recorder .tombol-recorder::-moz-focus-inner {
  border: 0;
}

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

.recorder .tombol-recorder:disabled {
  pointer-events: none;
  background: grey !important;
}
.recorder .tombol-recorder:first-child {
  margin-left: 0;
}

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

.recorder li {
  list-style: none;
  margin-bottom: 1rem;
}

.recorder #formats {
  margin-top: 0.5rem;
  font-size: 80%;
}

.recorder #recordingsList{
  max-width: 28em;
}