﻿.calc-body {
    display:block;
}

.calc-grid {
    width: auto;
}

.rightAd {
    display:none;
}

@media (min-width: 1000px) {
    .calc-body {
        display: flex;
    }

    .calc-grid {
        width: calc(100% - 340px);
        box-sizing: border-box;
    }

    .rightAd {
        display: block;
        width: 300px;
        height: 600px;
        max-width: 300px !important;
        max-height: 600px !important;
        /*background-color: bisque;*/
        margin-left: 20px;
        margin-right: 20px;
    }

    .top-desktop-only {
        display: none !important;
    }

    .solution-summary::after {
        content: "" !important;
        display: none !important;
    }
}
