html,
body {
  font-size: 100%;
}

.body .login.container {
  margin-top: 100px;
}

.body .container {
  margin-top: 20px;
}

form input,
form select,
form textarea,
form .input-group {
  max-width: 400px;
}

form input.small,
form select.small,
form textarea.small,
form .input-group.small {
  max-width: 200px;
}

.header {
  background-color: #006064;
  border-top: 15px solid #00363a;
  color: #FFFFFF;
}

.nav {
  text-align: center;
}

.nav li {
  display: inline-block;
}

.header a {
  color: #FFFFFF;
  border-bottom: 5px solid transparent;
  font-size: 1.2rem;
  font-weight: bold;
}

.nav > li > a:focus,
.nav > li > a:hover {
  color: #00363a;
  border-bottom-color: #00363a;
  background-color: inherit;
}

.user-nav {
  float: right;
  margin-top: 10px;
}

.table-hover tbody {
  cursor: pointer;
}

.table-hover .deleted {
  color: #999;
  text-decoration: line-through;
}

.error {
  color: #990000;
  font-weight: bold;
}

.actions {
  margin: 10px 0;
}

.modal-header {
  font-size: 1.5rem;
}
