#viewNewsReportsMainDiv #viewNewsReportsFormDiv {
    width: 70%; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    margin-left: auto; 
    margin-right: auto; 
    background-color: white; 
    border: 1px solid black;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsFormHeadingH1 {
    font-family: 'Lora'; 
    font-size: 24px; 
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #3876A5;
    border-bottom: 1px solid black;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsHeadingH4 {
    font-family: 'Lora';
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsSecondHeadingP {
    text-align: center;
    margin-bottom: 20px;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsNewsReportInputtedPre {
    font-family: 'Lora';
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsNewsReportPhotoImg {
    display: block;
    border: 1px solid black;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 60%;
}

#viewNewsReportsMainDiv #viewNewsReportsFormDiv #viewNewsReportsNoNewsReportFoundH4 {
    font-family: 'Lora'; 
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 20px;
    color: red;
}

@media only screen and (max-width: 1199px) {

    #viewNewsReportsMainDiv #viewNewsReportsFormDiv {
        width: 75%; 
    }
}

@media only screen and (max-width: 991px) {

    #viewNewsReportsMainDiv #viewNewsReportsFormDiv {
        width: 85%; 
    }
}

@media only screen and (max-width: 767px) {

    #viewNewsReportsMainDiv #viewNewsReportsFormDiv {
        width: 95%; 
    }
}