body {
  background: white;
}

.styleguide-header {
  font-size:16px;
  color:#666;
  background:#f1f1f1;
  border-bottom:1px solid #ddd;
  position: relative;
  z-index: 10000;
}

.styleguide-title {
  background: #D5D5D5;
  font-size: 1.5em;
  font-style: normal;
  overflow: hidden;
}

.styleguide-name {
  font-style: italic;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
  margin-left: 14px;
}

.styleguide-logo {
  background-color: #CF2A23;
  height: 52px;
  float: left;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 155px;
  margin-left: -9px;
  -webkit-transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  -o-transform: skewX(-17deg);
  transform: skewX(-17deg);
}

#wrapper {
  background: white;
  padding: 3em;
}

.styleguide-filter {
  padding: .7em 1em;
}

.styleguide-select {
  width: 18em;
}

.styleguide-search {
  margin-left: 1em;
  width: 18em;
}

.showCode-button {
  background: #ECECEC;
  color: #868686;
  font-size: 0.8em;
  float: right;
  display: inline-block;
  padding: 0.3em 1em;
  right: 1em;
  top: 1em;
  margin-left: .5em;
}

.styleguide-toc-activator {
  float: left;
  margin: 1.5em;
}

.styleguide-toc {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  list-style: none;
  margin: 0;
  padding: 1em;
  -webkit-column-count: 4;
  column-count: 4;
  position: absolute;
  top: 6em;
  left: 0;
  width: 100%;
  box-shadow: 0 9px 10px -6px rgba(0, 0, 0, .5);
  background: #fff;
  z-index: 9999;
}

.toc-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*----------------------------------------------------------------------------
  @group Styleguide Styles
----------------------------------------------------------------------------*/

h1.styleguide {
  margin: 0 0 -5px 0;
  font-size: 24px;
  color: #000;
}

.styleguide-example {
  margin-bottom: 60px;
  padding-bottom: 41px;
}

.styleguide-example:nth-of-type(1) {
  margin-top: 2.5em;
}

.styleguide-example > h3 {
  margin: 0;
  padding: 0 10px;
  color: #3D3D3D;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 0.8em;
}

.styleguide-example > h3 em {
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #999;
}

.styleguide-description {
  padding: 0 15px;
  position: relative;
  margin-bottom: 2em;
}

.styleguide-description p {
  margin: 0;
}

.styleguide-example .styleguide-element {
  position: relative;
  overflow: hidden;
}

.styleguide-element + .styleguide-element {
  padding: 25px 0;
  border-top: 1px solid #eee;
}

.styleguide-modifier-name {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  font-size: 11px;
  color: #999;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-top: none;
}

.styleguide-example .styleguide-html {
  padding: 5px 10px;
  background: #edf6f8;
  border-top: 1px solid #dde7ea;
  overflow: auto;
}

.styleguide-example .styleguide-html .highlight {
  background: none;
}

.styleguide-example ul.styleguide-modifiers {
  margin: 0 0 0 10px;
}

.styleguide-example ul.styleguide-modifiers li {
  list-style-type: none;
  margin-left: 0;
}

.styleguide-example ul.styleguide-modifiers li strong {
  font-family: Monaco, monospace;
  font-size: 12px;
  font-weight: normal;
  color: #222;
}

.styleguide-example > .styleguide-code {
  display: none;
  font-family: Monaco, monospace;
  clear: left;
  font-size: 0.8em;
  max-height: 400px;
  overflow: scroll;
  padding-left: 3em;
  color: #5a5a5a;
  background-color: #ececec;
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5),
              inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

/* @end */
