﻿body {
    background:#fafafa;
}
.download-center h1 {
    font-size: 30px;
    font-weight:bold;
    /*text-align:center;*/
    margin: 35px 0;
}

.download-center h2 {
    font-size: 18px;
    padding: 15px 0;
    margin-top: 25px;
}
.table-wrapper {
    width: 100%;
    overflow: auto;
}

.table-wrapper .link {
    color: #e60012;
    text-decoration: underline;
}
table th, table td {
    text-align: center;
    padding: 12px 15px;
    max-width: 660px;
    min-width: 120px;
    font-size: 16px;
}
table td p {
    font-size: 16px;
}
.download-center table td a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    color: #3F9F4E;
}

@media (max-width: 762px) {
    .download-center h1 {
        font-size: 24px;
    }
}
