#hide-button {
  position: fixed;
  top: 150px;
  right: 50px;
  height: 40px;
  width: 230px;
}

#submit {
  position: fixed;
  top: 200px;
  right: 50px;
  height: 40px;
  width: 230px;
}

#content ol, #help-dialog ul {
  list-style-position: inside;
  padding: 0px;
}

#file p {
  margin-bottom: 0px;
}

.button {
  display: inline;
}

input[type="file"]
{
  display: inline;
  padding: 5px;
}

.translation small, .translation span.regular
{
  white-space: pre;
}

.red {
  color: #FF0000;
}

textarea {
  width: 100%;
  height: 100px;
}