body {
  margin: 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .desktopOnly {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .phonesOnly {
    display: none !important;
  }
}
.maxWidth {
  max-width: 1135px;
}
.contentMaxWidth {
  position: relative;
  max-width: 950px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .contentMaxWidth {
    max-width: 94%;
  }
}
@media only screen and (max-width: 480px) {
  .phoneWidth {
    max-width: 92%;
  }
}
/*# sourceMappingURL=base.css.map */