table thead tr th {
    text-align       : center;
    vertical-align   : bottom;
    background-color : #C4DFFA;
}

#Courses tr td {
    padding : 10px !important;
    border  : medium solid #C4DFFA !important;
}

fieldset legend {
    font-size         : larger;
    font-weight       : bold;
    color             : #214F8B;
    font-variant-caps : small-caps;
}

@media only screen and (min-width : 768px) {
    .formSpacer {
        padding : 20px 20px 20px 60px;
    }

    .formFramer {
        padding          : 20px;
        border           : 1px solid #cccccc;
        background-color : #f5f5f5;
        border-radius    : 8px;
        /*    -webkit-box-shadow: 2px 2px 3px #B2B0B0;
            box-shadow: 2px 2px 3px #B2B0B0;*/
    }
}