#times_poll {
float: left; width: 300px; background-color: #FFFFFF; color: black; font-family: Tahoma; font-size: 12px; padding: 10px; margin: -10px 0px 0px 6px; background-color: #f4f1e9; border-bottom: 3px solid #e5e5e5;}

/* Bar Graphs */
.graph { width: 190px; position: relative; right: 25px; margin-top: 15px; }
.bar-title { position: relative; font-size: 11px; color: #03426e; width: 190px; line-height: 10px; margin: 0px 10px 0px 15px; font-weight: bold; }
.bar-container { position: relative; width: 120px; height: 10px; padding-right: 15px; color: #900136; margin: 5px 15px 15px; }
.bar-container div { background-color:#cc4400; height: 20px; }
.bar-container strong { position: absolute; right: -32px; top: 0px; overflow: hidden; }
#poll-results p { text-align: right; color: #03426e; float: right; border-top: 1px solid #a6a6a6; width: 170px; padding-top: 5px;margin: 15px -10px 0px 0px; font-weight: bold; padding-bottom: 5px; }
