html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.common-reset * {
  line-height: 1.4;
}
.common-reset abbr[title] {
  border-bottom: 1px dotted;
}

.common-reset hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.common-reset mark {
  background: #ff0;
  color: #000;
}

.common-reset code,
.common-reset kbd,
.common-reset pre,
.common-reset samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.common-reset q {
  quotes: \201C \201D \2018 \2019;
}

.common-reset small {
  font-size: 90%;
}

.common-reset sub,
.common-reset sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.common-reset sup {
  top: -0.5em;
}

.common-reset sub {
  bottom: -0.25em;
}

.common-reset fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.common-reset button,
.common-reset input,
.common-reset select,
.common-reset textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.common-reset button,
.common-reset select {
  text-transform: none;
}

.common-reset button,
.common-reset html input[type="button"],
.common-reset input[type="reset"],
.common-reset input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.common-reset input[type="checkbox"],
.common-reset input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.common-reset input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.common-reset input[type="search"]::-webkit-search-cancel-button,
.common-reset input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.common-reset textarea {
  overflow: auto;
  vertical-align: top;
}

.common-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}

.common-reset h1,
.common-reset h2,
.common-reset h3,
.common-reset h4,
.common-reset h5,
.common-reset h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.common-reset h1 {
  font-size: 30px;
  margin: 15px 0;
}

.common-reset h1 img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.common-reset h2 {
  font-size: 21px;
}

.common-reset h3 {
  font-size: 16px;
}

.common-reset ul,
.common-reset ol {
  padding: 0;
  margin: 0;
}

.common-reset a img {
  border: none;
}

.common-reset tt,
.common-reset code,
.common-reset pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px;
}

.common-reset pre {
  margin-top: 0;
  margin-bottom: 0;
}

.common-reset a {
  color: #4183c4;
  text-decoration: none;
}

.common-reset a:hover {
  color: #4183c4;
  text-decoration: underline;
}

.common-reset a:focus {
  outline: thin dotted;
}

.common-reset a:active,
.common-reset a:hover {
  outline: 0;
}

.common-body {
  min-width: 1020px;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.common-body .styleguide-container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.common-body .styleguide-container:before,
.common-body .styleguide-container:after {
  content: " ";
  display: table;
}

.common-body .styleguide-container:after {
  clear: both;
}

.common-body .styleguide-header {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.common-body .styleguide-header .header-inner {
  display: flex;
  align-items: center;
  min-height: 50px;
  align-content: initial;
}

.common-body .styleguide-header .header-menu {
  flex: 1 1 auto;
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
}

.common-body .styleguide-header .header-menu li {
  list-style: none;
}

.common-body .styleguide-header .header-menu-item {
  display: block;
  padding: 0 10px;
  min-height: 50px;
  line-height: 50px;
  min-width: 100px;
  text-align: center;
  color: #333;
  padding-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.common-body .styleguide-header .header-menu-item:hover {
  background-color: #f0f0f0;
  text-decoration: none;
  border-bottom-color: #e0e0e0;
}

.common-body .styleguide-header .header-menu-item:active,
.common-body .styleguide-header .header-menu-item:focus {
  outline: none;
}

.common-body .styleguide-header .header-menu-item--active,
.common-body .styleguide-header .header-menu-item--active:hover {
  border-bottom-color: #ff5e3e;
  font-weight: bold;
}

.common-body .styleguide-header h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  flex: 0 1 auto;
  margin-right: 20px;
}

.common-body .styleguide-menu {
  float: left;
  width: 200px;
  padding: 3px;
  font-size: 13px;
  background: #efefef;
  border-radius: 2px;
}

.common-body .styleguide-menu .styleguide-menu-list {
  background: #fafafb;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  list-style: none;
}

.common-body .styleguide-menu .styleguide-menu-list li {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #fff;
}

.common-body .styleguide-menu .styleguide-menu-list li:first-child {
  border-top: none;
}

.common-body .styleguide-menu .styleguide-menu-list li::last-child {
  border-bottom: none;
}

.common-body .styleguide-menu .styleguide-menu-list a {
  color: #4183c4;
  text-decoration: none;
}

.common-body .styleguide-menu .styleguide-menu-list a:hover {
  color: #4183c4;
  text-decoration: underline;
}

.common-body .styleguide-menu .styleguide-menu-list a:focus {
  outline: thin dotted;
}

.common-body .styleguide-menu .styleguide-menu-list a:active,
.common-body .styleguide-menu .styleguide-menu-list a:hover {
  outline: 0;
}

.common-body .styleguide-menu .styleguide-menu-list a {
  display: block;
  padding: 8px 10px 8px 8px;
  text-shadow: 0 1px 0 #fff;
  border-left: 2px solid #fafafb;
}

.common-body .styleguide-menu .styleguide-menu-list a:hover {
  background: #fdfdfe;
  text-decoration: none;
}

.common-body .styleguide-menu .styleguide-menu-list a:focus,
.common-body .styleguide-menu .styleguide-menu-list a:active {
  text-decoration: none;
}

.common-body .styleguide-menu .styleguide-menu-list a.selected {
  background: #fff;
  border-left: 2px solid #ff5e3e;
  font-weight: bold;
  color: #222;
  cursor: default;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.1);
}

.common-body .styleguide-content {
  float: left;
  width: 754px;
  margin-left: 20px;
  font-size: 14px;
}