.form-inline {
  margin-bottom: 10px;
}
.ecsaform-underTextArea {
  margin-top: 15px;
}
.ecsaform-optional {
  font-size: 0.8em;
  color: rgb(115,115,115);
}
div.alert:empty {
  display: none !important;
}
input[type=text] {
  height: 100%;
}
body {
  min-height: 2000px;
  padding-top: 70px;
  padding-bottom: 70px;
}
ul.alert {
  padding-left: 30px;
}
h1 {
  background: #2a6aa6;
  color: #fff;
  line-height: 1.091em;
  font-weight: normal;
  padding: 9px 20px 9px;
  -webkit-border-radius: 20px;
  -moz-border-radius:  20px;
  border-radius: 20px;
  margin: 0 0 16px;
}
h2 {
  color: #5b5b52;
  background: #e5e5e4;
  -webkit-border-radius: 20px;
  -moz-border-radius:  20px;
  border-radius:  20px;
  padding: 7px 15px 5px;
  margin: 1em 0;
}
.btn-primary {
  background-color: #2a6aa6;
  margin-top: 1em;
}
.container {
  max-width: 980px;
}

/* Nav style */
nav {
  background-color: #2f2f2a;
  color: #fff;
  background-image: url(../img/headerarea-bg.gif);
  background-repeat: repeat-x;
}
.navbar-brand img {
  margin-left: 20px;
}
#clock {
  color: #fff;
}
#clock-link, #clock-link:hover {
  color: #e5e5e4;
}
#clock-link.alert, .alert #clock {
  color: #000;
}

/* Prevent navbar collapse */
.navbar-collapse.collapse {
  display: block!important;
}
.navbar-nav>li, .navbar-nav {
  float: left !important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}
.navbar-right {
  float: right!important;
}
.navbar-header::after {
  clear: initial;
  display: initial;
  content: initial;
}