.manuals-page {
    margin-bottom: 40px;
}

.manuals-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.manuals-title-line {
    width: 75px;
    height: 6px;
    margin: 25px auto 50px;
    background-color: #4d6fa9;
}

.manuals-row {
    padding: 18px 0;
    border-bottom: 1px solid #d9d9d9;
}

.manuals-description {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.manuals-download-link {
    font-size: 16px;
    color: #e53935;
    text-transform: uppercase;
    text-decoration: none;
}

.manuals-download-link:hover,
.manuals-download-link:focus {
    color: #e53935;
    text-decoration: none;
}

.manuals-download-link .glyphicon {
    margin-right: 6px;
}
