@media print {
    #featrImgArt,
    #byline-and-social,
    #byline-and-social + section,
    .post-meta,
    #catMenu, 
    .social-col,
    .post-entry section h2,
    #frCtaArt,
    #nextPrev,
    #resBlk,
    #footer,
    #bot-footer,
    .adv-disc,
    .show-full-table,
    #sldbnr,
    .pmi-wrapper .tooltip,
    .hoa-wrapper .tooltip,
    .tabs {
        display: none !important;
    }

    *,
    *:before,
    *:after {
        color: #000; 
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        -webkit-print-color-adjust: exact; /*Chrome, Safari */
        color-adjust: exact; 
    }

    #featrImgArt {
        height: 100px;
    }

    .container .row {
        margin: 0;
    }

    .container .row div {
        width: 750px;
        padding: 0;
    }

    #postBlk .container {
        padding-top: 0;
    }

    #postBlk .container .post-entry {
        max-width: 750px !important;
        margin: 0;
    }

    #full-calc>p,
    #full-calc h3,
    #full-calc ul li {
        display: none;
    }

    #calc-form {
        padding: 0;
        margin-bottom: 30px;
        border: none !important;
    }

    #calc-chart {
        position: relative;
        padding: 50px 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    #calc-disc {
        padding: 20px;
    }
    .highcharts-container {
        position: relative;
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    /******************* Table *******************/
    .tabset .tab-label {
        display: none;
    }
    .tabset .tab-panel {
        display: block;
        /* margin-bottom: 50px; */
    }
    .scroll thead ~ tbody {
        display: table-row-group;
    }
    #tbl1 .calc-pmt-details {
        width: 750px;
    }
    #tbl2 thead th {
        background-color: #AF1685 !important;
        color: #fff !important;
    }
    .expandable-tbl tbody {
        max-height: fit-content;
    }

    /*************** MULTI CREDIT CARD CALC  ***************/
    #calc-form .multi-cc-calc input.amount {
        width: 36%;
    }
    #calc-form .multi-cc-calc input.rate,
    #calc-form .multi-cc-calc input.payment {
        width: 26%;
    }
    .multi-cc-calc .remove-card,
    .add-card-wrapper #add-card {
        display: none;
    }
    #calc-info-main .calc-pmt-details p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 36px;
    }

    /*************** MORTGAGE CALC  ***************/
    .pmi-wrapper span,
    .hoa-wrapper span {
        padding: 0px 30px !important;
        line-height: 18px;
    }

    hr {
        background: #dddddd;
        border: none;
        clear: both;
        color: #dddddd;
        float: none;
        height: 1px;
        width: 100%;
    }

    [hidden] {
        display: block !important;
    }
}
