<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fanback {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#fanback .wr-fanback {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#fan-exit {
  width: 100%;
  height: 100%;
}

#MorganAndMen {
  background: white;
  width: 620px;
  height: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin: -220px 0 0 -375px; */
  -webkit-box-shadow: inset 0 0 50px 0 #939393;
  -moz-box-shadow: inset 0 0 50px 0 #939393;
  box-shadow: inset 0 0 50px 0 #939393;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 !important;
  /* margin: -220px 0 0 -375px; */
  transform: translateX(-50%) translateY(-50%);
}

#TheBlogWidgets {
  float: right;
  cursor: pointer;
  background: url(../images/popup/fanclose.png) repeat;
  height: 15px;
  padding: 20px;
  position: relative;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: -15px;
  margin-right: -12px;
}

.remove-borda {
  height: 1px;
  width: 366px;
  margin: 0 auto;
  background: #f3f3f3;
  margin-top: 16px;
  position: relative;
  margin-left: 20px;
}

#linkit,
#linkit a.visited,
#linkit a,
#linkit a:hover {
  color: #80808b;
  font-size: 10px;
  margin: 0 auto 5px auto;
  float: center;
}

.popup_content {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #MorganAndMen {
    width: 450px;
    height: 375px;
  }
  #MorganAndMen .popup_content {
    width: 450px !important;
    height: 375px !important;
  }
  #MorganAndMen .popup_content img {
    width: 450px !important;
    height: 375px !important;
  }
  .remove-borda {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #MorganAndMen {
    width: 300px;
    height: 340px;
  }
  #MorganAndMen .popup_content {
    width: 300px !important;
    height: 310px !important;
  }
  #MorganAndMen .popup_content img {
    width: 300px !important;
    height: 310px !important;
  }
  .remove-borda {
    width: 265px;
  }
}
</pre></body></html>