body {
    background-color: lightgray;
}

.jrio_report_toolbar {
  display: inline-block; 
  position: absolute; 
  top: 0px;
  width: 100%; 
  height: 16px; 
  text-align: right;
}

.jrio_report_middle {
  transition: .5s ease;
  opacity: 0;
  width: 16px;
  text-align: right;
  display: inline-block;
}

.jrio_report_toolbar:hover .jrio_report_middle {
  opacity: 1;
}

.jrio_report_expand {
  background-color: white;
  background-image: url("expand.gray.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.jrio_report_expand:hover {
  background-color: gray;
  background-image: url("expand.white.png");
}

._jrHyperLink {
	cursor: pointer;
}

#reportContainer {
}
