/* media query */
nav.navStd ul li.safety a {
  background-color: #f5f5f5;
  color: #222;
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  section.inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  section.inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

section.inner .safe {
  padding: 20px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
}

section.inner .safe h3 {
  text-align: center;
}

section.inner .safe h3 span {
  font-size: 1.8em;
}

@media screen and (max-width: 668px) {
  section.inner .safe h3 span {
    font-size: 1.3em;
  }
}

section.inner h4 {
  text-align: left;
  border-bottom: 1px solid #E1DCDB;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/*# sourceMappingURL=index.css.map */