.dashboard_column {
  background-image: url('/site/images/stories/graphics/graph.jpg');
  float:left;
  width: 40px;
  margin:0 15px;
}
.dashboard_text_column {
  float:left;
  width: 40px;
  margin:0 15px;
}
.dashboard_message {
  font-weight: bold;
  font-size: .8em;
  font-family:Arial, Helvetica, sans-serif;
  margin-left: 5px;
}
.dashboard_box {
  width:245px;
  float:left;
  height: 170px;
  border:1px solid black;
  margin-left:20px;
  margin-bottom:10px;
  background-image: url('/site/images/stories/graphics/backgroundgraph.jpg');
}
.dashboard_amounts {
  font-size: .7em;
  white-space: nowrap;
}