.readme {
    padding-bottom: 20px
}

.readme img {
    max-width: 100%
}

.readme h1:first-child,.readme p:first-child,.readme h2:first-child,.readme h3:first-child {
    margin-top: 0
}

.readme h1 {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 25px 0 10px;
    line-height: 100%
}

.readme h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 25px 0 10px;
    line-height: 100%
}

.readme h3,.readme h4,.readme h5,.readme h6 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0 5px;
    line-height: 100%
}

.readme table {
    margin: 0 0 15px
}

.readme th,.readme td {
    border: 1px solid #CCC;
    padding: 5px 10px
}

.readme th {
    background: #EEE
}

.readme table code {
    font-size: 13px
}