﻿#gridShow {
    width: 100%;
    background-color: white;
}

#gridShow td {
    width: 33.33%;
    height: auto;
    padding: 8px;
    text-align: center;
    vertical-align: top;
}
#gridShow td a:link, #gridShow td a:visited, #gridShow td a:hover, #gridShow td a:active {
    color:#012f8f !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}

#gridShow td img {
    width: 100%;
    border: 3px solid #bfdafe;
    border-radius: 8px;
    margin: 5px 0;
}
