
.documents .body {
    line-height: 160%;
    font-size: 15px;
    display: none;
}

.documents .body.active {
    display: block;
}

.documents .body h1 {
    font-weight: 400 !important;
    font-size: 50px;
}

.documents .body h2 {
    font-weight: 400 !important;
    font-size: 30px;
    margin-top: 40px;
}

.tab-link.active {
    background-color: #2a77eb;
    color: #fff;
}

.tab-link:hover {
    text-decoration: none;
    background-color: #2a77eb;
    color: #fff;
}

.tab-link {
    border-radius: 4px;
    display: block;
    max-width: 260px;
    text-align: left;
    padding: 13px 20px;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
}

@media only screen and (max-width: 769px) {
    .tab-link {
        max-width: 100%;
    }
}