/* Bar Graphs */
.graph {
  width: 250px;
  position: relative;
  right: -3px; /* pozicionimi i grafit nga ana e majte */
}
.bar-title {
  position: relative;
  float: left;
  width: 250px;
  line-height: 16px;
  margin-right: 17px;
  font-weight: bold;
  text-align: left; /* pozicionimi i tekstit te barit */
}
.bar-container {
  position: relative;
  float: left;
  width: 230px; /* Gjatesia e bareve grafikeve */
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#4C87D6;
  height: 25px;   /* gjeresia e barit */
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}