/*
 * 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 5, src/hub/components/layout/layout.tablet.scss */
.navi-breaking-news[data-home="true"] .navi-breaking-news__item[data-state="open"] {
  width: 700px;
}

/* line 11, src/hub/components/layout/layout.tablet.scss */
.navi-push-notification-prompt[data-home="true"] .navi-push-notification-prompt__item[data-variation="wide"][data-state="open"] {
  width: 700px;
}

/* line 16, src/hub/components/layout/layout.tablet.scss */
.navi-markets-bar {
  width: 700px;
}

/* line 20, src/hub/components/layout/layout.tablet.scss */
.hub-main {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
}

/* 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 9, src/hub/sass/_zones.scss */
.hub-main .hub-zone-lefty {
  width: 700px;
  margin: 0 auto;
}

/* line 28, src/hub/sass/_zones.scss */
.hub-main .hub-zone-righty {
  width: 700px;
  margin: 0 auto;
}

/* line 47, src/hub/sass/_zones.scss */
.hub-main .hub-zone-switch {
  width: 700px;
  margin: 0 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;
}

/* line 71, src/hub/sass/_zones.scss */
.hub-main .hub-zone-full,
.hub-main .hub-zone-lefty__content,
.hub-main .hub-zone-righty__content,
.hub-main .hub-zone-switch__content {
  display: block;
  width: 100%;
}
