
/* AUTOSUBS STYLES */
#dbmfAutosubs h1 {
  border-radius: .5rem .5rem 0 0;
  border-bottom: 0 !important;
}
#dbmfAutosubs .actions {
  text-align: center;
  position: fixed;
  right: 10px;
  top: 20px;
  font-size: 120%;
}
#dbmfAutosubs .actions input[type="submit"] {
  /* width: 130px; */
  min-height: 80px;
}
#dbmfAutosubs a.btn {
  margin-top: 20px;
  width: 100%;
}
#dbmfAutosubs .btn {
  display: inline-block;
}
#dbmfAutosubs .content.disabled-elems .label:hover {
  background: transparent;
}
#dbmfAutosubs input[disabled="disabled"],
 #dbmfAutosubs textarea[disabled="disabled"]{
  background: #ddd;
}

@media (max-width: 768px) {
  #dbmfAutosubs .actions {
    font-size: 110%;
    top: 60px;
    opacity: 0.8;
    right: 15px;
  }
}
@media (max-width: 480px) {
  #dbmfAutosubs .actions {
    font-size: 90%;
    right: 5px;
  }
}
