* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #ffffff;
  /*min-height: 100vh;*/
}

.main {
  padding-top: 73px;
  /* min-height: 450px;*/
  min-height: calc(100vh - 70px);
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 12px;
}

hr {
  border: 1px solid #707070;
  background-color: #707070;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 2%;
}

pre {
  font-family: Arial;
  color: #000000;
}

a {
  color: #000000;
}

/* error_messages specific CSS: */

.error_message_wrapper {
  padding: 10px 20px 10px 10px;
}

.right_column {
  float: right;
}

.warning-message {
  background-color: #f8d7da;
  padding: 10px;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  margin: 20px auto;
}

.warning-message p {
  color: #721c24;
  white-space: unset !important;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */

  .main {
    padding-top: 54px;
  }
}
