h4 {
    margin-top: 25px;
}

.degreeName {
    font-weight: bold;
    text-decoration: underline;
}

.degreeHours {
    margin-left: 20px;
}

.loadingAnimation {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.reportTable {
    border-collapse: collapse;
    width: 100%;
}

.reportTH {
    padding: 10px;
    background-color: lightgray;
    font-weight: bold;
    font-size: medium;
    border: 1px solid lightgray
}

.reportTD {
    padding: 10px;
    vertical-align: top;
    border: 5px;
    border: 1px solid lightgray;
    font-size: small;
}

.reportTD:nth-child(4) {
    width: 25%;
}

.reportTD:last-child {
    width: 33%;
}

.term {
    font-weight: bold;
    text-decoration: underline;
}