.upperMiddle .col-right {
  top: 1px;
  right: 2px;
}
.upperMiddle .col-right .raw-chart {
  border: 1px solid #c0d1e3;
}
.upperMiddle .col-right .raw-chart h2 {
  border-bottom: 1px solid #c0d1e3;
  font-weight: 700;
  font-size: 14px;
  color: #3e3e3e;
  padding: 6px 0 7px 14px;
  background: #e7eff9;
  background: -moz-linear-gradient(top, #e9f0f9, #e4eef8);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(#e9f0f9), color-stop(#e4eef8));
  background: -webkit-linear-gradient(top, #e9f0f9, #e4eef8);
  background: -o-linear-gradient(top, #e9f0f9, #e4eef8);
  background: -ms-linear-gradient(top, #e9f0f9, #e4eef8);
  background: linear-gradient(to bottom, #e9f0f9, #e4eef8);
}
.upperMiddle .col-right .raw-chart .chart-select {
  padding: 8px 0 0 24px;
}
.upperMiddle .col-right .raw-chart .chart-select a {
  text-decoration: none;
  display: inline-block;
  margin-right: 2px;
  padding: 0 8px;
  line-height: 20px;
  color: #3e3e3e;
}
.upperMiddle .col-right .raw-chart .chart-select a:hover {
  color: #cc0000;
}
.upperMiddle .col-right .raw-chart .chart-select a.current {
  background-color: #eee;
}
.upperMiddle .col-right .raw-chart .chart-table {
  display: none;
}
