.democracy {
max-width: 250px;
}

.democracy img {
width: 100%;
margin-bottom: 4px;
vertical-align: middle;
}

.democracy input {
vertical-align: middle;
margin-right: 5px;
width: auto;
}

.democracy .addAnswerText {
width: 80%;;
}

.dem-graph {
border: 1px solid #ccc;
height: 20px;
}

.dem-graph a, .dem-graph a:hover {
background: #efefef;
border-bottom: 5px solid #e0e0e0;
border-right: 1px solid #ccc;
}


* html .dem-graph a, * html .dem-graph a:hover {
border-bottom-width: 6px;
}

* html .dem-graph {
height: 18px;
}

.dem-graph b, .dem-graph i {
color: #555;
}

.dem-voted-for-this {
border-color: #888;
}

/* blix fix */
.democracy ul { padding: 0; }
.democracy label {
float: none;
display: inline;
}

/*
.democracy ul li {
list-style: none;
background: none;
}
*/


/* overrides uit het redesign */
/* DEMOCRACY ============================================================ */
#sidebar .democracy {          /* deze breedte geldt alleen op de sidebar */
	width: 308px }

.democracy img {
	width: 100%;
	margin: 0 0 4px 0;
	vertical-align: middle }

.democracy strong {
	display: block;
	padding: 2px 0;
	color: #330 }

.democracy form {
	text-align: left }

.democracy input {
	margin: 0 5px 0 0;
	vertical-align: middle }

.democracy li input {
	margin-top: -2px }

.democracy label {
	display: inline-table;
	width: 220px }

.democracy .addAnswerText {
	width: 80% }

.dem-graph {
	position: relative;
	height: 18px;
	margin: 2px 0 3px 0;
	padding: 0 1px 0 0;
	font: 12px/18px arial, sans-serif;
	color: #fff }

.dem-graph a,
.dem-graph a:hover {
	display: block;
	float: left;
	height: 16px;
	border: 0;
	border-bottom: 5px solid #d30910;
	cursor: default;
	text-decoration: none;
	background: #d30910 }

.dem-graph a i,
.dem-graph a:hover b {
	display: none }

.dem-graph a:hover i {
	display: block }

.dem-winner {
	padding-right: 0 }

.dem-winner a,
.dem-winner a:hover {
	border-right: 0 }

.dem-graph b,
.dem-graph i {
	display: block;
	position: absolute;
	float: left;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-style: normal;
	color: #fff }

input.dem-vote-button {
	display: inline-table;
	margin: 0 }

.dem-vote-link {
	display: inline-table;
	margin-top: 12px }

.dem-total-votes,
.dem-added-by-guest {
	display: block;
	margin: 12px 0 0 0 }

.dem-voted-for-this {
	border-color: #888 }

.dem-user-added {
	display: block }

.dem-archives .democracy {
	margin: 0 0 30px 0 }


