.color-dot {
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.color-dot.critical {
  background-color: #e74c3c;
}
.color-dot.major {
  background-color: #e67e22;
}
.color-dot.minor {
  background-color: #f1c40f;
}
.color-dot.none {
  background-color: #2ecc71;
}

body {
  background-color: #f8f8f8;
}

.dropdown-menu .divider {
  margin: 6px 0;
}

#custom-header {
  background-color: #fff;
  padding: 24px 40px 23px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
#custom-header .logo-container {
  float: left;
  max-width: 325px;
}
#custom-header .logo-container img {
  max-width: 100%;
}
#custom-header nav {
  float: right;
}
#custom-header nav > a {
  margin-right: 30px;
}
#custom-header nav > a, #custom-header nav .show-dropdown {
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  color: #AFAFAF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#custom-header nav .dropdown {
  display: inline-block;
}
#custom-header .dropdown-menu {
  right: 0px;
  left: auto;
}
@media screen and (min-width: 900px) {
  #custom-header nav {
    position: relative;
    top: 8px;
  }
}
@media screen and (max-width: 900px) {
  #custom-header {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 18px;
  }
  #custom-header .logo-container {
    float: none;
    display: block;
    margin-bottom: 18px;
    max-width: none;
  }
  #custom-header .logo-container .logo {
    max-width: 325px;
    display: inline-block;
  }
  #custom-header nav {
    float: none;
  }
  #custom-header nav > a, #custom-header .updates-dropdown-container {
    float: none;
  }
}
@media screen and (max-width: 475px) {
  #custom-header nav > a {
    margin-right: 20px;
  }
  #custom-header nav > a, #custom-header nav .show-updates-dropdown {
    font-size: 13px;
  }
  #custom-header .logo-container .logo {
    max-width: 70%;
  }
  #custom-header nav > a:nth-child(1):before {
    content: none;
  }
}

.page-content {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 500;
  letter-spacing: 2px;
}

#custom-footer {
  padding: 20px 40px;
  color: #888;
  font-size: 14px;
  background-color: #333434;
}
#custom-footer .logo {
  max-width: 150px;
  display: inline-block;
}
#custom-footer .logo img {
  max-width: 100%;
}
#custom-footer > div {
  position: relative;
  top: 2px;
}
#custom-footer .meta {
  float: right;
}
#custom-footer .meta a {
  color: #888;
}
#custom-footer .links {
  float: right;
  margin-left: 30px;
}
#custom-footer .links a {
  color: #bbb;
  display: inline-block;
  margin-left: 20px;
}
#custom-footer .links a:hover {
  color: #ddd;
}
#custom-footer .links a:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 880px) {
  #custom-footer {
    overflow: hidden;
  }
  #custom-footer > div {
    top: 0px;
  }
  #custom-footer .links {
    margin-left: 0px;
  }
  #custom-footer .meta {
    float: left;
  }
  #custom-footer .logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #custom-footer {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }
  #custom-footer .meta, #custom-footer .links {
    float: none;
  }
  #custom-footer .links {
    margin-bottom: 5px;
  }
}

a:hover {
  text-decoration: none;
}