div.content {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 11px;
}
div.go-header {
	text-align: center;
	padding-top:15px;
	margin: 0px 15px 0px 15px;
}
#info-title, #info-msg {
	display: none;
}
/* .serverLink {
	color: #fff !important;
	text-decoration: underline;
}
.h2 {
	font:normal 22px Roboto, Helvetica, tahoma, arial, sans-serif;
} */


/* from skeleteon css */
/* ol, ul {
  padding-left: 0;
  margin-top: 0; }
li {
  margin-bottom: 1rem; }  
html {
	font-size: 62.5%
}
.s-container {
  font-size: 1.5em; currently ems cause chrome bug misinterpreting rems on body element
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: initial;
  color: #222; }
  
Larger than tablet
@media (min-width: 750px) {
  Navbar
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .s-container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .13rem;
    margin-right: 24px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #2db0db; }
  .navbar-link.active {
    color: #222; }
}

For devices larger than 400px
@media (min-width: 400px) {
  .s-container {
    width: 85%;
    padding: 0; }
}

For devices larger than 550px
@media (min-width: 550px) {
  .s-container {
    width: 80%; }
}
.s-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  
Self Clearing Goodness
.s-container:after,
.s-row:after {
  content: "";
  display: table;
  clear: both; } */