﻿
table {
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
    text-align: start;
}

thead th {
    background-color: #00528F;
    color: #FEFEFF;
    border: none !important;
    display: none !important;
}

tbody td {
    background-color: #EEEEEE;
}

h4 {
    font-family: Calibri;
    font-style: oblique;
    color: #2a2b2b;
    font-size: x-large;
}

.card {
    padding: 0 !important;
    width: 65vw !important;
    height: 100%;
    margin: 7em auto !important;
    border: 1px solid #ccc !important;
}

.card-footer {
    padding: 2em;
    margin: 0;
    font-size: x-large;
}
    .card-footer .classLink {
        color: blue;
        text-decoration: underline;
    }

.card-body {
    margin: 0;
}

.cardContent {
    font-size: 1.25rem; 
    font-weight: lighter;
}
    .cardContent .classLink {
        color: blue;
        text-decoration: underline;
    }