html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    margin-top: 15px;
}

.footer {
    background: #043e7d;
    color: white;
    font-weight: bold;
}

.table-section {
    font-family: "Open Sans";
    width: 100%;
}

.table-title {
    background-color: #080808;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: white;
    padding: 15px 10px;
    text-align: center;
}

.table-header {
    background-color: #464646;
    color: #ffffff;
    padding: 5px 15px;
}

.table-row {
    /*    padding: 0px 0px 3px 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;*/
}

.course-row {
    color: #2c2c2c;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.course-row-alt {
    background: #ececec;
    color: #2c2c2c;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.course-link {
    background: #043e7d;
    border: 1px solid #043e7d;
    color: #ffffff;
    font-size: 1em;
    letter-spacing: .4px;
    font-weight: 600;
    padding: 22px 0px;
    border-radius: 0px;
    white-space: nowrap;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 2px;
}

    .course-link:hover {
        color: white;
        background: #0663C7;
    }


.universal_webkit{
    top: 0px !important;
}
