﻿h1 {
    font-size: 20px;
    color: #000333;
}

    h1 span {
        color: rgb(0, 0, 128);
    }

.catalog1 {
    color: #8e2c23;
    font-family: arial,helvetica, sans-serif;
    margin: 2px 0 5px;
    font-size: 174%;
}

.fixed {
    Width: 99%;
    height: 16px;
    font-size: 10pt;
    font-family: arial
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.CompTableHeader {
    text-align: center;
    background-color: #000080;
    height: 29px;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: white
}

.CompTableFooter {
    text-align: center;
    background-color: #ccccff;
    height: 29px;
    font-family: arial;
    font-size: 10pt
}

.SecHeading {
    color: navy;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial
}

.linkbutton {
    background: none repeat scroll 0 0 #0085CF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    color: White;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

#main-content h2.linkbutton {
    margin-top: 20px;
}

#side-nav2 {
    width: 237px;
    color: #333333;
    font: 700 16px 'Roboto Slab', serif;
    padding-bottom: 15px;
}

    #side-nav2 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #bbb;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
    }

    #side-nav2 a {
        font: 600 13px 'Open Sans', sans-serif;
        display: block;
        text-decoration: none;
        color: #027dc3;
        text-align: left;
        border-bottom: 1px solid #bbb;
        background-color: #ffffff;
        padding: 6px;
    }

        #side-nav2 a:hover {
            text-decoration: underline;
        }

.red {
    color: #333333;
    font: 700 16px 'Roboto Slab', serif;
    padding: 0 !important;
    margin: 0 !important;
}

@media(min-width: 768px) {
    .linkbutton {
        width: 420px;
    }
}

@media(min-width: 992px) {
    .linkbutton {
        width: 620px;
    }
}

@media(min-width: 1200px) {
    .linkbutton {
        width: 780px;
    }
}



/* FIX RESPONSIVE HACKS */
@media(min-width:860px) {
    .inside_content_right.courselistingspage {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:859px) {
    .inside_content_right.courselistingspage {
        width: auto !important;
    }
}

.inside_content_right table.gvResponsive {
    width: initial !important;
    margin: 0 auto;
}

.inside_content_right .gvDesktop th, .inside_content_right .gvDesktop td {
    text-align: center;
    padding: 3px 5px;
}

.inside_content_right .gvResponsive th, .inside_content_right .gvResponsive td {
    text-align: center;
}

.inside_content_right .gvDesktop {
    margin: 0 auto;
}
