body{
    background-color: aliceblue !important;
    background-repeat: revert !important;
    background-position: center !important;
}


input#densitylinkBox {
    width: 100%;
    margin-top: 20px;
    font-size: 25px;
    border-radius: 25px;
    border: none;
    outline: none;
    padding: 21px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;

}

input#startKwdDensityBtn {
    background: linear-gradient(to bottom, #68b300 1%, #538f00 100%);
    border: 0;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    color: #fff;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

a#toggle-box {
    display: none;
}

span.entry-title.rich-snippet-hidden {
    display: none;
}

div#densityReportTableDiv {
    margin-left: -9px !important;
    margin-right: -28px !important;
}
p.tableTitles {
    font-weight: 550 !important;
    font-size: 20px !important;
}
h1 {
    font-weight: bold !important;;
    font-family: sans-serif !important;;
    text-align: center !important;;
    color: #267399 !important;;
    font-size: 34px !important;;
    margin-bottom: 10px !important;;
    margin-top: 30px !important;;
}


.font-style h2 {
    font-weight: bold !important;;
    font-family: sans-serif !important;;
    text-align: center !important;;
    color: #267399 !important;;
    font-size: 34px !important;;
    margin-bottom: 10px !important;;
    margin-top: 30px !important;;
}


.paragraph p {
    font-weight: 400 !important;
    font-size: 20px !important;
    text-align:center;
}
@media (max-width: 320px)
{
    div#densityReportTableDiv {
        margin-left: 0px !important;
    }

}
@media (max-width: 480px)
{
    div#densityReportTableDiv {
        margin-left: 0px !important;
    }
}
@media (max-width: 767px)
{
    div#densityReportTableDiv {
        margin-left: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px)
   {
    div#densityReportTableDiv {
        margin-left: 0px !important;
    }
   }

   @media (min-width : 980px) and (max-width:1025px)
   {
    div#densityReportTableDiv {
        margin-left: 0px !important;
    }
   }