h1 {
    color: #000;
    font-weight: 700;
}
.h3-header-help {
    padding-bottom: 12px;
    margin: 40px 0 40px;
    border-bottom: 1px solid #eee;
}
.li-help {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.list-group-item > a {
    display: block;
    position: relative;
    color: #000000;
    cursor: pointer;
}
.list-group-item > a:after {
    content: "\f067";
    /* fa-chevron-down */

    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.list-group-item > a[aria-expanded="true"]:after {
    content: "\f068";
    /* fa-chevron-up */
}
.list-group-item > div {
    margin-top: 10px;
}
a {
    color: #000000;
}
.main-content {
    padding-bottom: 20px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
	font-weight: 700;
}
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.help {
    margin-top: 0;
}
