#homeMainDiv #homeImportantInformationDiv {
    vertical-align: top;
    display: block;
    width: 80%;
    margin-bottom: 20px; 
    margin-left: 10%;
    background-color: white; 
    border: 1px solid black;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivImportantInformationReportsFoundHeadingH1 {
    font-family: 'Lora'; 
    font-size: 20px; 
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #3876A5;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivImportantInformationReportDiv {
    border-top: 1px solid black; 
    padding: 6px;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivImportantInformationReportDivReportLinkA {
    font-family: 'Lora'; 
    font-size: 14px;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivImportantInformationReportLinksP {
    letter-spacing: 3px;
    margin-bottom: 2px;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivNoImportantInformationReportsFoundHeadingH1 {
    font-family: 'Lora'; 
    font-size: 24px; 
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #3876A5;
    border-bottom: 1px solid black;
}

#homeMainDiv #homeImportantInformationDiv #homeImportantInformationDivNoImportantInformationListedH4 {
    font-family: 'Lora'; 
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 20px;
    color: red;
}

@media only screen and (max-width: 1000px) {

    #homeMainDiv #homeImportantInformationDiv {
        display: block;
        width: 50%; 
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 767px) {

    #homeMainDiv #homeImportantInformationDiv {
        display: block;
        width: 75%; 
        margin-left: auto;
        margin-right: auto;
    }
    
}