h3 {
    text-align: center;
}

.centerContent,
.mdList {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mdList ul {
    text-align:left;
}


.mdTable,
.mdTable th,
.mdTable td {
    border: solid 1px #999;
    padding:8px;
}

.mdTable th {
    background-color: #99999955;
}
.mdTable td {
    background-color: #AAAAAA22;
}

.mdTable {
    margin-bottom:1rem;
}

.formTable {
    width:100%;
    margin-bottom: 1em;
}
.formTable input {
    width:100%;
}

.sectionFollowing {
    padding-top: 0px !important;
    margin-top: -50px !important;
}

.errorMessage {
    color:#CC0000;
    font-weight: bold;
}