.hwt-container {
  background-color: #f8f9fa;
}

@media (min-width: 320px) and (max-width: 700px) {
  .hwt-content {
    width: 90vw;
    height: 400px;
    padding: 20px;
    border: 1px solid #adb5bd;
    color: inherit;
    font: 18px/25px 'Droid Sans Mono', sans-serif;
  }
  #loading_dict {
    width: 90vw;
  }
}
@media (min-width: 701px)  {
  .hwt-content {
    width: 760px;
    height: 400px;
    padding: 20px;
    border: 1px solid #adb5bd;
    color: inherit;
    font: 18px/25px 'Droid Sans Mono', sans-serif;
  }
  #loading_dict {
    width: 760px;
  }
}

.hwt-input:focus {
  outline-color: #495057;
}

.hwt-content mark {
  border-radius: 3px;
  background-color: #ffc9c9;
}

.hwt-content mark.red {
  background-color: #ffc9c9;
}

.hwt-content mark.blue {
  background-color: #a3daff;
}

.hwt-content mark.yellow {
  background-color: #ffec99;
}

#loading_dict {
  background-color: #ffc9c9;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 4px;
}
