﻿caption  {
    font-size:18px !important;
    height:34px !important;
    font-weight:bold;
    padding-left:6px !important;
}
th {
    font-size:16px !important;
}
td {
    font-size:16px !important;
}

a {
    font-size:16px !important;
}

.bfa a {
    font-size:17px !important;
}

h3 {
    color: #15615d;
    font-weight: bolder;
}

@media only screen and (max-width: 650px) {
    #content {
     margin-top:-60px !important;
    }
    .section_column {
        margin:unset;
    }
    table.GridGold {
        width: 100% !important;
    }

    th {
        width:100px;
    }
    .tdCenter img {
    width: 100%;
    }
}