/* line 13, app/assets/stylesheets/front.scss */
* {
  box-sizing: inherit;
  font-family: inherit;
  font-weight: inherit;
}

/* line 20, app/assets/stylesheets/front.scss */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/front.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/front.scss */
body {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 12px 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

/* line 46, app/assets/stylesheets/front.scss */
body.forced-demos-panel.demos-loaded {
  padding-left: 264px;
}

/* line 54, app/assets/stylesheets/front.scss */
body > header h1 {
  margin-bottom: 36px;
}

/* line 60, app/assets/stylesheets/front.scss */
main {
  display: block;
  max-width: 1280px;
  margin: auto;
}

/* line 67, app/assets/stylesheets/front.scss */
h1 {
  text-align: center;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/front.scss */
.repository {
  overflow: hidden;
  padding: 12px 24px;
  background: #eee;
  margin-bottom: 36px;
}

/* line 80, app/assets/stylesheets/front.scss */
.repository h2.title {
  font-size: 18px;
  font-weight: normal;
  margin: 12px 0;
}

/* line 87, app/assets/stylesheets/front.scss */
.repository p {
  margin: 0;
}

/* line 92, app/assets/stylesheets/front.scss */
.repository .revision {
  margin-bottom: 24px;
}

/* line 95, app/assets/stylesheets/front.scss */
.repository .revision .number, .repository .revision .distance {
  display: inline;
  font-size: 14px;
}

/* line 100, app/assets/stylesheets/front.scss */
.repository .revision .distance {
  white-space: nowrap;
}

/* line 103, app/assets/stylesheets/front.scss */
.repository .revision .distance:before {
  display: inline;
  content: "(";
}

/* line 108, app/assets/stylesheets/front.scss */
.repository .revision .distance:after {
  display: inline;
  content: ")";
}

/* line 118, app/assets/stylesheets/front.scss */
.repository .tags, .repository .tags li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 125, app/assets/stylesheets/front.scss */
.repository .tags li {
  font-size: 14px;
  margin-bottom: 24px;
}

/* line 131, app/assets/stylesheets/front.scss */
.repository .tags h3 {
  margin: 0;
}

/* line 136, app/assets/stylesheets/front.scss */
.repository .tags .title {
  font-size: 16px;
  font-weight: bold;
}

/* line 142, app/assets/stylesheets/front.scss */
.repository .tags .packages {
  white-space: nowrap;
  float: right;
}

/* line 144, app/assets/stylesheets/front.scss */
.repository .tags .packages .pages + .assets {
  margin-left: 10px;
}

/* line 151, app/assets/stylesheets/front.scss */
.repository .tags .packages ul, .repository .tags .packages li {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 158, app/assets/stylesheets/front.scss */
.repository .tags .packages li:not(:last-child):after {
  content: "/";
}

/* line 164, app/assets/stylesheets/front.scss */
.repository .tags .date {
  margin: 0;
}

/* line 169, app/assets/stylesheets/front.scss */
.repository .tags .details {
  margin: 0;
  white-space: pre-wrap;
}

/* line 176, app/assets/stylesheets/front.scss */
.repository .more {
  text-align: right;
}

/* line 182, app/assets/stylesheets/front.scss */
.develpoment {
  margin-bottom: 36px;
}

/* line 186, app/assets/stylesheets/front.scss */
.develpoment h2, .develpoment h3, .develpoment h4 {
  font-weight: bold;
}
