/* site wrapper shadow */

.siteInnerWrapper {
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}

/* RSS */


.rss-item-auth {
    display: none;
}


li.rss-item {
    position: relative;
    margin: 10px 0 30px 0;
    height: auto;
    min-height: 106px;
    padding-left: 148px;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
}


/* Compunding iframe */

.iFrameContainer iframe {
    width: 100%;
}
@media only screen and (max-width: 630px) {
    .iFrameContainer iframe {
        height:1200px;
    }
}
#covidAlert {display: none!important;}