/*weight*/
/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
.server_notes {
  color: #F00;
  position: absolute;
  top: 135px;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  width: 100%;
  text-align: center;
}
.server_notes span {
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0.8rem;
  width: 95%;
}
@media only screen and (max-width:768px) {
  .server_notes {
    top: 7rem;
    left: 5%;
    font-size: 1rem;
    width: 90%;
    text-align: left;
    line-height: 1.2rem;
    font-weight: normal;
  }
  .server_notes span {
    padding: 0.8rem;
    width: 100%;
  }
}

/* legacy */
/*--=== SP ONLY max-width: 767px ===-- / */
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=top.css.map */
