#page-content {
  text-align: left;
  clear: both;
  padding-top: 1em;
}
#nav {
  float: right;
}
h1 {
  border-bottom: 1px solid #EEE;
}
.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.8em;
  border: 0;
}
.page-header h1 {
  margin: 0;
  border-bottom: none;
  background-color: #0084c7;
  padding: 0.2em;
}
#header-logo {
    width: 217px;
}
@media screen and (max-width: 430px) {
    img#header-logo {
        width: 130px;
    }
}
h1 small {
  color: white;
}
#links {
  padding-top: 0.3em;
  float: right;
  overflow: hidden;
}
.nav > li > a {
  padding: 0.5em;
}
.network-zone-title {
  overflow: hidden;
}
.update-meta {
  font-weight: bold;
}
h5.short-description {
  font-size: 1em;
  font-weight: bold;
}
.affected-service-list li {
  padding-right: 0px;
}
.affected-service-list li:after {
  content: ", ";
}
.affected-service-list li:last-child:after {
  content: "";
}
.resolution.resolved {
  color: green;
}
.resolution.ongoing {
  color: red;
}
.network-zone-title h4 {
  width: 60%;
  float: left;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.network-zone-title .service-status {
  width: 40%;
  float: left;
  display: inline-block;
  text-align:right;
  font-size: 0.8em;
}
.history-link {
  text-align: right;
}
#status-last-updated {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-weight: bold;
}
.network-zone-service-status {
  float: left;
}
.service-status {
  padding: 0.3em;
  margin: 0.5em;
  float: left;
  border-radius: 4px;
}
.info {
  background-color: #f7f7f9;
  color: #3c763d;
  border: 1px solid #e1e1e8;
}
.ok {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.disruption {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}
.outage {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.maintenance {
  background-color: #f2f7fc;
  border: 1px solid #CAEEFA;
}
h5.service-summary-title {
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
.service-update {
  margin-top:1em;
  border-width: 2px;
  color: #000!important;
}
.maintenance-update {
  padding: 0.7em;
}
.maintenance-update h5 {
  font-weight: bold;
}
.service-update-status {
  padding-left:1em;
}
.panel.disruption, .panel.outage, .panel.maintenance, .panel.ok, .panel.info, .panel.resolved {
  margin: 0.7em;
}
.network-zone-updates {
  border-top: 1px solid #ddd;
}
.network-zone-updates h5 {
  font-weight: bold;
}
.history-item .glyphicon-remove-circle {
  color: red;
}
.history-item .glyphicon-warning-sign {
  color: orange;
}
.history-item .glyphicon-ok-circle {
  color: green;
}
.history-item .glyphicon-wrench {
  color: #0084c7;
}
.history-long-desc {
  padding-left: 1.5em;
}
#nav_maintenance_count {
  color: red;
  font-size: 0.8em;
  vertical-align: top;
}
#footer {
  text-align: center;
}
#footer ul li {
  list-style-type: none;
  display: inline;
}
#footer li + li::before {
  content: " | ";
}
