<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simplePopup {
display:none;
position:fixed;
border:4px solid #7D0071;
background:#fff;
z-index:3;
padding:12px;
}
.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
  margin-top:-50px;
}
.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:1;
}
.efficacy_main_div {
    width: 100%;
    background: url(/products/pork/fostera-pcv-mh_wip/img/subpage_bg.jpg);
   /* height: 1200px!important;*/
    overflow: hidden!important;
}</pre></body></html>