﻿img {
    max-width: 100%;
    height: auto;
}

.IpMainTable {
    width: 80%;
    margin: 20px auto;
    font-size: 12pt;
}

    .IpMainTable .SubTitle {
        font-size: 14pt;
        font-weight: bold;
        padding: 20px 0 10px 0;
        margin: 0;
    }

    .IpMainTable h2 {
        font-weight: bold;
    }

.IpHeaderImage {
    margin: 20px 0 50px 0;
}

.button {
    padding: 1rem 1rem;
    margin: 1rem;
    border-radius: 2rem;
    color: #000000;
    background-color: #DAA520;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.button-container {
    margin: 20px auto;
    text-align: center;
}

.BottomImages {
    width: 100%;
}

    .BottomImages td {
        width: 50%;
        text-align: center;
    }

.Top10PdfContainer img {
    max-height: 420px;
    border: 1px solid #000;
}

h1, h2, h3, h4 {
    font-size: 18px;
}

.button:hover {
    background: #808080;
}

a:active {
    outline: none;
}

@media (min-width: 480px) {
    h1, h2, h3 {
        font-size: 23px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 28px;
    }
}