/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 4, src/hub/components/layout/layout.mobile.scss */
.hub-main {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 2, src/hub/sass/_zones.scss */
.hub-main .hub-zone-full,
.hub-main .hub-zone-full__content {
  width: 100%;
}

/* line 27, src/hub/components/layout/_layout.scss */
.hub-main .hub-zone-full > section,
.hub-main .hub-zone-full__content > section {
  margin-left: auto;
  margin-right: auto;
}

/* line 80, src/hub/sass/_zones.scss */
.hub-main .hub-zone-lefty__rail,
.hub-main .hub-zone-lefty__left-rail,
.hub-main .hub-zone-righty__rail,
.hub-main .hub-zone-righty__right-rail,
.hub-main .hub-zone-switch__left-rail,
.hub-main .hub-zone-switch__right-rail {
  display: none;
}
