.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    border-radius: 18px*20;
    padding: 18px;
    background-color: #EBECF0;
    font-weight: bold;
    box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
    transition: all 0.2s ease-in-out;
}

#myBtn:hover {
    box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}

#disqus_thread>iframe[src*="ads-iframe"] {
    display: none !important
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(91, 157, 201);
}

@media print {
    body{
        background-color: white;
    }
    header {
        display: none;
    }

    .col-sm-6.col-lg-4 {
        display: none;
    }

    div.sharethis-inline-share-buttons.card-body.bg-primary.shadow-soft.border-light.p-2.mb-4.st-center.st-has-labels.st-inline-share-buttons.st-animated{
        display: none !important;
    }

    div.sharethis-inline-reaction-buttons {
        display: none !important;
    }

    div.card-body.bg-primary.shadow-soft.border-light.mb-5 {
        display: none !important;
    }

    .commentbox {
        display: none !important;
    }

    footer.d-flex.pb-4.pt-6.pt-md-5.border-top.border-light.bg-primary.shadow-soft {
        display: none !important;
    }

    #myBtn {
        display: none !important;
    }
}