#browser-detection-popup {
  display: none;
  position: absolute;
  width: 551px;
  background-image: url(/sc_assets/images/desktop/framework/channel_finder/popup_bg.png);
  z-index: 99999;
  padding-left: 25px;
  padding-right: 34px;
  padding-top: 27px;
  padding-bottom: 58px;
  margin-left: 181px;
}
#browser-detection-popup > .close {
  display: block;
  position: absolute;
  top: 13px;
  right: 26px;
  background-image: url(/sc_assets/images/desktop/framework/channel_finder/close.png);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#browser-detection-popup > .close:hover {
  background-position: 0px -30px;
}
#browser-detection-popup .enter {
  text-align: center;
}
#browser-detection-popup .enter h3 {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  color: #284966;
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
}
#browser-detection-popup .enter p {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  color: #55616b;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
}
#browser-detection-popup .enter p.blurb {
  padding-bottom: 30px;
}
