﻿.docs-section-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

    .docs-section-header h1 {
        color: #1d3557;
        font-size: 34px;
        font-weight: 700;
    }

.docs-section .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    transition: .2s;
}

    .docs-section .list-group-item:hover {
        background: #f8fbff;
        padding-right: 25px;
    }

.docs-section h5 {
    color: #1d3557;
    margin-bottom: 6px;
}

.docs-section small {
    line-height: 1.8;
}
