/* ---------------------------------------------- */
body {
  font-family: "Roboto", sans-serif, Verdana, Arial, Helvetica;
  font-weight: 400;
  color: #606060;
}

.htmlarea-content-body {
  font-family: "Roboto", sans-serif, Verdana, Arial, Helvetica;
  font-size: 1rem;
  font-size-adjust: none;
}

b, strong {
  font-family: "Roboto", sans-serif, Verdana, Arial, Helvetica;
  font-weight: 700;
}

a {
  color: black;
}

a:hover,
a:focus {
  color: #ff8700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif, Verdana, Arial, Helvetica;
  font-weight: 400;
  color: #606060;
}

h1 {
  font-size: 2.5rem;
}

.h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

.h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

.h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

.h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.h6 {
  font-size: 1.125rem;
}

/* Spam protect */
#row_mainSubject {
  height: 0;
  overflow: hidden;
}

.error {
  border-color: #c00000;
  color: #c00000;
}

.error + span.error {
  display: block;
  margin: -1rem 0 1rem 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  background: #c00000;
  color: white;
}

/*# sourceMappingURL=text.css.map */
