div.raveChartInput {
  text-align: center;
}
.raveChartInput h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.raveChartInput h4 {
  margin-top: 5px;
  margin-bottom: 3px;
}
.raveChartInput select {
  width: 100%;
}
.raveChartInput label, .raveChartInput h2, .raveChartInput h4 {
  text-align: center;
}
#raveChartInput{
    font-size: 16px !important;
}
#chartImageContainer{
  width: 134%;
  text-align: center;
  overflow: hidden;
  float: left;
}
#chartImageContainer img{
  position: relative;
  left: 91%;
  margin-left: -200%;
}
#resultImage {
  width: 125%;
  text-align: center;
  overflow: hidden;
  background: none;
  display: block;
}
#resultImage img {
  position: relative;
  left: 91.25%;
  margin-left: -200%;
}
#raveChartResults h2 {
  font-size: 26px;
  text-align: center;
}
#raveChartResults h4 {
  font-size: 16px;
}
#raveChartResults p {
  margin: 0;
}
