html, body {
  font-family: Roboto, sans-serif;
  height: 100%;
}

form {
  margin-bottom: 20px;
}

.standalone {
  max-width: 1000px;
  margin: auto;
}

.standalone form {
  margin-top: 20px;
}

.offscreen {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

#on-air {
  display: none;
}

#out-image {
  border: 2px solid #ccc;
  display: none;
  height: auto;
  max-width: 100%;
}

#save-button {
  margin-top: 20px;
}

.tfugs-form-row {
  display: flex;
}

.tfugs-textfield {
  margin-bottom: 20px;
  margin-right: 20px;
}

.tfugs-radio {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .standalone {
    width: 90vw;
  }
}

@media only screen and (min-width: 1440px) {
  .standalone {
    width: 1200px;
  }
}
