
body {
  background: #F3F5F7;
}


*:focus { 
  outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

.alteration-up {
  color: #55AE00;
}

.alteration-equal {
  color: #aaa;
}

.alteration-down {
  color: #AE1100;
}

#wrapper {
  font: 12px/1.3em Arial, Helvetica, sans-serif;
  color: #3D3532;
  overflow: hidden;
  width: 377px;
  height:178px;
}

#chartheader {display: none;}

table {
  width: 100%;
  margin-bottom: 10px;
}

.col2, .col3 {
  text-align: right;
}

#chart-info,
#info-footer {
  display: none;
}