@import url(content.css?LikeBoy=v5.2.0);
@import url(small-x.css?LikeBoy=v5.2.0) only screen and (max-width: 768px);
@import url(small.css?LikeBoy=v5.2.0) only screen and (min-width: 768px);
@import url(medium.css?LikeBoy=v5.2.0) only screen and (min-width: 960px);
@import url(big.css?LikeBoy=v5.2.0) only screen and (min-width: 1200px);
body {
  background: #e6f7ff;
  color: #005f99;
}

