.page-header #page-title {
    display: none;
}

header#masthead hgroup {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}


header#masthead hgroup .support-text {
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0px;

}

div.panel-grid-cell  img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}


table {
    border: #2f3033 solid 1px;
    height: auto; 
    table-layout: auto;
    width: 60%;
}

table td {
    border: #2f3033 solid 1px;
    text-align: center;
    vertical-align: middle;
    font-size : 12px;
    table-layout: auto;
}

table caption {
    font : caption;
    font-weight : bold;
    padding-bottom : 3px;
    font-size: 12px;
    font-family : sans-serif;
    table-layout: auto;
}