/* Add here all your CSS customizations */
.tableFont{
    color: #777777 !important;
}

.poll {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 5px solid #DDD;
	background: #FFF;
}
.poll_bg {
	width: 100%;
	height: 30px;
	background: transparent url('../images/poll_bg.png');
	;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.poll_bar {
	height: 30px;
	background: #0088CC;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.border-3 {
    border-width:3px !important;
}
.border-2 {
    border-width:3px !important;
}
