@media screen and (min-width:961px) {
  #stt-demo {
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width:960px) {
  #stt-demo {
    width: 100%;
  }
}
#stt-transcription {
  height: 100%;
}
.hidden {
  display: none;
}
#stt-toolbox {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  margin-top: 2px;
  margin-bottom: 60px;
}
#stt-toolbar {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 32px;
  border-top: 2px solid #e5e5e5;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 6px;
  padding-top: 8px;
  height: 48px;
}
#stt-toolbar-left {
  justify-content: left;
  align-items: center;
  width: auto;
}
#stt-toolbar-middle {
  text-align: right;
  justify-content: right;
  align-items: center;
  width: auto;
}
#stt-toolbar-right {
  justify-content: right;
  align-items: center;
  width: 36px;
}
#stt-toolbar button {
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  margin-left: 0px;
  padding: 3px 5px;
  filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(279deg) brightness(97%)
    contrast(103%);
}
#stt-toolbar button:hover {
  filter: invert(32%) sepia(90%) saturate(5448%) hue-rotate(211deg)
    brightness(89%) contrast(91%);
}
#stt-toolbar button .active {
  filter: invert(65%) sepia(99%) saturate(608%) hue-rotate(41deg)
    brightness(107%) contrast(107%);
}
.stt-language {
  width: auto;
  padding: 3px 10px;
  display: flex;
  justify-content: right;
  align-items: center;
}
#stt-record {
  width: 56px;
  cursor: pointer;
}
#stt-preview {
  width: auto;
  max-height: 56px;
  padding: 3px 10px;
  overflow-x: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
#stt-info {
  border: 0px;
  margin-left: 0px;
  padding: 3px 5px;
}
