@charset "UTF-8";

@media print {
    .openbtn,
    #g-nav,
    .circle-bg,
    #page_top {
        display: none !important;
    }

    body {
        color: #000000;
        background: #ffffff;
    }

    a {
        color: #000000;
        text-decoration: underline;
    }
}
