/*your custom css goes here*/ 
/*body {
	background-color: #CECECE !important;
   margin: 20px !important;
}
*/



.marketed-banner {
  margin-left: -220px;

  width: 500px;
  height: 100%;
}

.rev-text{
  color: black;
}





span.title {
  font-weight: bold;
  font-size: 16px;
}

a.infoi {
  vertical-align: bottom;
  position:relative; /* Anything but static */
  width: 1.5em;
  height: 1.5em;
  text-indent: -9999em;
  display: inline-block;
  color: white;
  font-weight:bold;
  font-size:1em;
  line-height:1em;
  background-color: #91b2d2;
  margin-left: .25em;
  -webkit-border-radius:.75em;
  -moz-border-radius:.75em;
  border-radius:.75em;
}
a.infoi:hover {
  background-color:#628cb6;
  cursor: hand; 
  cursor: pointer;
}
a.infoi:before {
  content:"?";
  position: absolute;
  top: .25em;
  left:0;
  text-indent: 0;
  display:block;
  width:1.5em;
  text-align:center;
}

.popover-title {
  font-weight:bold;
}


label a.infoi, 
label div.popover.fade.in { 
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
label:hover a.infoi, 
label:hover div.popover.fade.in { 
  opacity: 1; }