div[id*="sandbox_theme_panel"] {
  top: 50% !important;
  right: 0 !important;
  left: inherit !important;
  width: 200px !important;
  font-size: 12px !important;
}
#iu12n22bf_0 {
  max-width: 100%;
}
.ticker_wr {
  width: 100%;
  margin: 0 auto;
}
.ticker {
  border: 2px solid #ffde30;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  overflow: hidden;
  width: 100%;
  height: 36px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ticker::after, .ticker::before {
  position: absolute;
  top: 0;
  height: 36px;
  width: 28px;
  content: "";
}
.ticker::before {
  left: 0;
  border-left: 8px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
}
.ticker::after {
  right: 0;
  border-right: 8px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="#ffffff", GradientType=1);
}
.ticker > div {
  font: normal 18px/36px Arial, Helvetica, sans-serif;
  color: #212121;
  width: 9999px;
}
.ticker > div > div {
  display: inline-block;
}
body div.text_item {
  box-sizing: border-box;
  width: calc(50% - 32px);
}
@media (max-width: 960px) {
  body div.text_under h2 {
    font-size: 26px;
  }
  body div.text_under {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body div.text_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
