#outdated {
  box-sizing: content-box;
  display: none;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  color: #FFFFFF;
}

* html #outdated {
  position: absolute;
}

.outdated-container {
  max-width: 850px;
  margin: 40px auto 100px;
  padding: 15px;
  font-family: "Tiempos", "Georgia", "Lucida", serif;
  font-weight: 200;
}

.outdated-container ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.outdated-title {
  font-family: "Neue Haas Grotesk", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 45px;
  color: #00b9e7;
  max-width: 525px;
  margin: 30px 0 0;
}

.outdated-subtitle {
  margin: 10px 0 40px;
}

.outdated-header {
  font-family: "Neue Haas Grotesk", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 20px;
}

.outdated-stats-item {
  float: left;
  display: block;
  width: 100%;
  max-width: 355px;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 40px;
  padding-right: 50px;
}

.outdated-stats-item span {
  font-family: "Tiempos", "Georgia", "Lucida", serif;
}

.outdated-browsers {
  margin: 40px 0 0;
  text-align: center;
}

.outdated-browsers-options {
  float: left;
  display: block;
  width: 164px;
  height: 140px;
  margin: 0;
  font-size: 12px;
}

.outdated-browsers-options a {
  text-align: center;
}

.outdated-browsers-options a:link, .outdated-browsers-options a:visited {
  color: #fff;
  text-decoration: none;
}

.outdated-browsers-options a:hover, .outdated-browsers-options a:active {
  color: #fff;
}

.outdated-browsers-options a:hover span, .outdated-browsers-options a:active span {
  text-decoration: underline;
}

.outdated-browsers-options a span {
  margin-top: 15px;
  display: block;
}

.outdated-close-btn {
  margin-top: 20px;
  text-align: center;
}

#outdatedBrowserClose {
  width: 60%;
  max-width: 350px;
  padding: 25px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  letter-spacing: 8px;
}

#outdatedBrowserClose:hover {
  color: #000;
  border: 2px solid #00b9e7;
  background: #00b9e7;
}
