body.status-page .navbar-custom {
    display: none;
}
body.status-page .timeline .moment .status-icon
{
  background: #11171A;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  border-color: #607D8B;
  border-width: 2px;
}
body.status-page .timeline .moment .status-icon.status-0
{
  background: #008ec2;
}

body.status-page .timeline .moment .status-icon.status-1
{
  background: #ffa538;
}

body.status-page .timeline .moment .status-icon.status-2
{
  background: #fcda51;
}

body.status-page .timeline .moment .status-icon.status-3
{
  background: #008ec2;
}

body.status-page .timeline .moment .status-icon.status-4
{
  background: #47bf71;
}
body.status-page .timeline .moment .status-icon .icon
{
  position: initial;
  color: #ffffff !important;
}
body.status-page .timeline .moment .status-icon.status-1 .icon:before
{
  content: "" !important;
}

body.status-page .timeline .moment .status-icon.status-3 .icon:before
{
  content: "" !important;
}
body.status-page .timeline .moment:before {
    content: '';
    position: absolute;
    left: 26px;
    top: -5px;
    width: 2px;
    height: 100%;
    background: #7c7b80;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: inherit;
    border: none;
}
.pager li>a:hover {
    text-decoration: underline;
    background-color: inherit;
}

/* Hides Tooltips - SF 1091121 */
div.tooltip {
  display: none !important;
}