body {
    font-size: 14px;
    font-display: ;
}
a:hover {
    color: #48bb79;
}
.header {
    margin-bottom: 50px;
    padding: 0 40px;
    background: rgb(249, 249, 249);
    border-bottom: 1px solid #e7e7e7;
}

.header .logo {
    float: left;
}

.header .logo a {
    float: left;
    padding: 10px 0px;
    line-height: 30px;
}

.header .logo img {
    height: 35px;
}

.nav {
    float: right;
    margin: 0;
    padding: 0;
}

.nav a {
    padding: 12px 0 8px 10px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #777;
}

.package-item {
    padding: 0px 20px 15px;
    border-bottom: 1px solid #ccc;
    margin: 15px;
    border-radius: 4px;
}
.package-item .headding {
    margin-bottom: 10px;
}
.package-item .headding h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}
.package-item .headding .info {
    font-size: 0.9em;
    margin: 0
}
.package-item .headding .version,
.package-item .headding .publisher {
    display: none;
}

.package-item .description {
    margin-bottom: 10px;
    color: rgba(136, 136, 136);
    font-size: 1em;
    margin-top: 5px;
}

.package-item .footer {
    margin-top: 5px;
    font-weight: 300;
    font-size: 12px;
}

.package-item .footer span {
    color: #555;
    font-weight: 500;
}

.form-search {
    margin-bottom: 25px;
}

.heading h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}

.package-info h2 {
    font-weight: 300;
    font-size: 40px;
}

.package-info h2 small {
    font-weight: 300;
    font-size: 14px;
}

.package-info .heading {
    display: block;
}

.package-info>.description {
    color: #999;
    font-size: 0.9em;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.package-docs {
    color: #444
}
.package-docs h1 {
    font-size: 1.7rem;
    font-weight: 500;
}
.package-docs h2 {
    font-size: 1.3rem;
    font-weight: 500;
}
.package-docs h3 {
    font-size: 1.2rem;
    font-weight: 500;
}
.package-docs h4 {
    font-size: 1.1rem;
}
.package-docs h5 {
    font-size: 1rem;
}
.modules .name {
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.modules .name small {
    margin-left: 4px;
    font-weight: 400;
    font-size: 12.6px;
    color: #999;
}

.modules .description  {
    color: #777;
}

.module-item > .description {
    margin-left: 20px;
}

.module-item .module-details {
    display: none;
    overflow: auto;
    max-height: 40vh;

}
.module-item.open .module-details {
    display: block;
}

.module-item .icon-caret {
    width: 26px;
    height: 26px;
    position: relative;
}
.module-item.open .icon-caret {
    transform: rotate(90deg);
    top: -1px;
}

.section-head {
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 45px;
}

.modules h4,
.modules h5,
.modules h6 {
    font-weight: 400;
}


.schema-item {
    font-weight: 200;
    font-size: 1em;
    font-family: 'Courier New', Courier, monospace;
    padding-left: 5px;
}

.schema-item > dt,
.schema-item > dd{
    padding-left: 5px;
}
.schema-item > dt {
    font-weight: 400;
}
dl.schema-item dl {
    margin-left: 10px;;
}

.schema-item h6 {
    font-weight: 200;
}