

body {
    background-color: #fcfcfc;
}

h3 {
    text-align: justify;
    font-size: 22px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 2px;
    color: black;
}

h4 {
    font-size: 18px;
    padding-top: 18px;
    color: black;
}

.headingSubtitle {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: black;
}

.sectionHeader {
    color: whitesmoke;
    background-color: #3c763d;
}


h5 {
    border-bottom: solid 1px;
    padding-top: 7px;
    font-size: 16px;
}


.align-right {
    text-align: right;
}