@media(max-width:575px){ .calculator-section.container {   padding:0px 0px !important; }   }   .calculator-section{   margin-top:20px !important; }  table#resultTable thead th {   font-weight:600;   font-size:18px;   line-height:26px;   vertical-align:middle;   background:#1E58B8;   color:#fff; } table#resultTable{   margin-top:20px; } .table-div {   max-height:400px;   overflow:auto; } @media (max-width:767px) {   table#resultTable thead th {  font-size:14px;   }   table#resultTable td {  font-size:12px;   } } p.table-heading {   font-weight:700;   padding-top:30px;   margin-bottom:0 !important; }  .inputs-and-results {   display:flex;   gap:20px;   margin-bottom:10px; } .inputs-and-results .input-group {   width:100%; } @media(max-width:500px){   .inputs-and-results {   flex-direction:column;  gap:10px; } } html:not(.jsload) div#compounding-group {   display:none; }