.pr-ge {
  width: 970px;
  height: 90px;
  z-index: 999;
  position: relative;
}

.pr-ge .pr-wdgt {
  width: 970px;
  height: 90px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
}

.pr-ge .pr-wdgt * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
}

.pr-ge .pr-act {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #9cbdf8;
  color: #000;
  line-height: 14px;
  position: absolute;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}

* .pr-ge .pr-act a { color: #000; text-decoration: none; font-weight: normal; border-width: 0; }

.pr-ge .pr-content { 
  position: absolute; 
  left: 114px;
  right: 0;
  top: 0;
  bottom: 0;
}

.pr-ge a.pr-mst { 
  position: absolute; 
  left: 0;
  top: 0;
  display: block;
  height: 88px;
  width: 114px;
  text-decoration: none;
  overflow: hidden;
  background: #fff url("ge.png") 50% 50% no-repeat;
}

.pr-ge a.pr-article {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.pr-ge .pr-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pr-ge .pr-title {
  display: block;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 34px;
  font-size: 20px;
  text-shadow: 2px 2px 5px #000, 2px 2px 10px #000, 2px 2px 20px #000;
}

.pr-ge .pr-summary {
  display: block;
  position: absolute;
  color: #fff;
  left: 20px;
  top: 60px;
  font-size: 16px;
  text-shadow: 2px 2px 5px #000, 2px 2px 10px #000, 2px 2px 20px #000;
}

.pr-ge .pr-body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 80px;
  color: #fff;
  text-shadow: 2px 2px 5px #000, 2px 2px 10px #000, 2px 2px 20px #000, 2px 2px 30px #000;
  font-size: 14px;
  line-height: 18px;
}

.pr-ge a.pr-discover {
  background-color: #005abb;
  border-radius: 3px;
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 358px;
  top: 250px;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 5px #000;
  box-shadow: 3px 3px 5px #000;
}

.pr-ge a.pr-discover:hover {
  opacity: 0.8;
}

.pr-ge a.pr-toggle {
  display: block;
  position: absolute;
  width: 114px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border: 2px solid #005abc;
  top: 6px;
  color: #005abc;
  background-color: rgba(255,255,255,0.5);
}

.pr-ge a.pr-toggle-on {
  background-color: #276ab1;
  color: #fff;
}

.pr-ge a.pr-toggle-highlights {
  right: 130px;
}

.pr-ge a.pr-toggle-insights {
  right: 6px;
}

.pr-ge .pr-expand {
  background-color: #005abb;
  border-radius: 4px;
  display: block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-weight: bold;
}