/**
 * documentation related to github markdown pages
 */
[ms-doc] {
    position:relative;
}

#docs h5 {
    font-size: 1.4em;
    margin-top: 30px;
}

#docs h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.edit-docs-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: .9em;
}
