* {
  padding: 10;
  margin: 10;
}

a {
  color: #467AA7;
  text-decoration: none;
}

a.active {
  font-weight: bold;
  text-decoration: none;
}

a.nav-link,
a.nav-link:visited {
  color: #cccccc;
  text-decoration: none;
}

a.nav-link:hover {
  color: #eeeeee;
  text-decoration: none;
}

label {
  margin-top: 7px;
  margin-bottom: 3px;
}

body {
  font-size: 0.9em;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
}


h1 {
  font-size: 1.6em;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}


/* don't know what this is */
.error_login {
  height: 30px;
  padding-top: 25px;
}

.error, .errorlist {
  color: #ff0000;
}

#content {
  margin: 20px;
}
