.jpoll-graph {
  width: auto;
  position: relative;
  /*right: 30px;*/
}
.jpoll-bar-title {
  position: relative;
  width: auto;
  line-height: 20px;
  /*margin-right: 17px; */
  /*font-weight: bold; */
  font-size: smaller;
  clear: both;
}
.jpoll-bar-container {
  position: relative;
  float: left;
  width: 200px;
  height: 10px;
  margin: 0px 0px 15px 15px;
  left: 60px;
  clear: both;
}

.jpoll-bar-container div {
  background-color:#cc4400 !important;
  height: 20px;
}
.jpoll-bar-container strong {
  position: absolute;
  left: -45px;
  top: 0px;
  overflow: hidden;
  float: left;
}
#jpoll-poll-results p {
  /*text-align: center;*/
  clear: both;
}
