/* SOML text colors */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.42857143;
}

a, a:link, a:hover, a:active, a:visited {
  color: #8B3534;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 60em;
}

header {
  text-align: center;
}
header img {
  width: 15em;
  vertical-align: middle;
  float: right;
  margin-left: 2.5em;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

nav {
  margin-top: 2ex;
  margin-left: 1em;
  text-align: center;
}
nav a {
  display: block;
  width: 30em;
  background-color: #7D1A62;
  border-radius: 0.2em;
  padding: 1ex;
  margin-left: 2em;
  margin-bottom: 0.5ex;
}
nav a:hover, nav a:link, nav a:active, nav a:visited {
  color: #fff;
  font-weight: bolder;
}

footer {
  text-align: center;
  font-size: small;
  padding: 8px;
  position: fixed;
  bottom: 0;
  float: left;
  background-color: #5A7DA0;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

section {
  clear: both;
  margin-top: 2ex;
  margin-left: 1em;
}
section h1 {
  font-size: 20px;
  color: #7D1A62;
  margin-top: 4ex;
}
section h2 {
  font-size: 16px;
  color: #7D1A62;
  margin-top: 2ex;
}
section ul {
  margin-top: 2ex;
  margin-left: 2em;
  margin-bottom: 1ex;
}

div.passwordset {
  width: 50%;
  float: left;
}

p.error {
  display: block;
  width: 30em;
  background-color: #8B3534;
  text-align: center;
  color: white;
  font-weight: bolder;
  border-radius: 1em;
  padding: 2ex;
  margin-top: 2em;
  margin-left: 2em;
  margin-bottom: 0.5ex;
}

div.doclink {
  margin-bottom: 1ex;
}
div.doclink span {
  display: inline-block;
  vertical-align: top;
}
div.doclink span.title {
  width: 7em;
  text-align: right;
}
div.doclink span.title:after {
  content: ": ";
}
div.doclink span.url {
  width: calc(100% - 10em);
}

form {
  margin-top: 2ex;
  margin-bottom: 2ex;
}
form input, form select {
  border-radius: 5px;
  background: #ebebeb;
  font-weight: 200;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px;
  width: 400px;
}
form input[type=button] {
  width: 50px;
}
form option {
  padding: 5px;
}
form label {
  color: #8B3534;
  font-size: smaller;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

table {
  width: 100%;
  max-width: 700px;
  border-style: none;
  border-collapse: collapse;
}
table th, table td {
  padding: 5px;
}
table tbody tr:nth-child(even) {
  background-color: #eee;
}
table tbody tr.even {
  background-color: #eee !important;
}
table tbody tr.odd {
  background-color: #fff !important;
}
table tbody tr:hover {
  background-color: rgba(128, 193, 73, 0.8) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .subtitle {
    display: none;
  }
}
@media (max-width: 375px) {
  .subtitle {
    display: none;
  }

  input, select {
    width: 250px;
  }
}

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