footer {
  background-color: #a1a8b5;
  bottom: 0;
  text-align:center;
  width:100%;
  z-index: 1000;
}

footer img {
  padding-top: 10px;
}

footer div {
  margin: 0;
  padding: 10px;
}

footer div img {
  padding-bottom: 5px;
}

footer div a {
  color: #333;
  padding-right: 10px;
}

footer div a:active, a:focus, a:hover {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}

.modal-content hr {
  border: 1px solid #ddd;
}

.modal-content p {
  font-size: 16px;
}

.modal-content li {
  padding: 5px;
}

label {
  font-weight: normal;
}

.main-header .logo {
  font-weight: normal;
}

.box-title {
  font-weight: bold;
}

.dataTables_wrapper {
  margin-bottom: 10px;
}

#learning_data_update_alert {
  padding-left: 10px;
}

.content-wrapper {
 background-color:#EEEEEE;
}

#application-logo {
  height: 24px;
}

#contact {
  color: #ffffff;
  background-color: #b71c1c;
}

#contact:hover {
  background-color: #8b1515;
}

#developer-notation {
  color: #737373;
}

#emergency-state-switch-element .form-group {
  margin-bottom: 5px;
}

#shiny-tab-hourly-staff-forecast .nav-tabs {
  border: none;
  margin-bottom: 10px;
}

#shiny-tab-hourly_staff_forecast .nav-tabs > li > a {
  border: none;
  border-radius: 4px;
}

#shiny-tab-hourly_staff_forecast .nav-tabs > li > a:hover {
  background-color: #eee;
  border-color: #ddd;
}

#shiny-tab-hourly_staff_forecast .nav-tabs > li.active > a {
  background-color: #3c8dbc;
  border: none;
  color: white;
  font-weight: bold;
}

#shiny-tab-hourly_staff_forecast .nav-tabs > li.active > a:hover {
  background-color: #337ab7;
}