#formulari {
	border: 0;
	background-color: #eeeeee;
	padding: 0.2em;
}

#formulari td{
	border: 0;
	padding: 0.3em;
}

td {
	padding: 1px;
	border: black 1px solid;
}

/*Estils de la taula de Electors censats y vots emesos*/
.td_titol {
	width: 40%;
	background-color: #eeeeee;
}
.td_datos {
	width: 10%;
	background-color: #eeeeff;
	text-align: right;
}
.td_blanco {
	border: 0;
}
/*Fi del estils de la taula Electors Censats y vots emesos*/

.td_regidors_titol {
	 background-color: #eeeeee;
	 text-align: center;
}
.td_regidors_partits {
	width: 5%;
	background-color: #eeeeee;
	text-align: center;
}
.td_regidors_datos {
	background-color: #eeeeff;
	text-align: center;
	padding-bottom: 0.2cm;
}

.td_dhont_titol {
	width: 5%;
	background-color: #eeeeee;
	text-align: center;
}

.td_dhont_partit {
	width: 5%;
	background-color: #eeeeee;
	text-align: center;
	writing-mode: vertical-rl;
	font-weight: bold;
}


.td_dhont_datos {
	background-color: #eeeeff;
	text-align: center;
}
.td_dhont_datoscolor {
	background-color: #ffeeee;
	text-align: center;
}

/* formulari del simulador */
.frm_f {
	margin-top: 0.3em;
	margin-left: 0.5em;
}

.frm_c1 {
	display: inline-block;
	margin-right: 0.5em;
}


.frm_c1 INPUT, .frm_c1 P, .frm_c1 LABEL {
	width: 10em;
}

.frm_c2 {
	display: inline-block;
	margin-right: 0.5em;
}

.frm_c2 INPUT, .frm_c2 P, .frm_c2 LABEL {
	width: 5em;
}

.frm_c3 {
	display: inline-block;
	vertical-align: middle;
}

.frm_c3 INPUT {
	width: 3em;
}

.frm_submit {
	min-width: 10em;
}

/* Caixa resum regidors per partit */

.part_reg {
	background-color:#cfd6d654;
	border: 1px solid #555555;
	margin: 0.1em;
	padding: 0.1em;
	float: left;
	width: 8em;
}

.part_reg DIV {
	padding-left: 0.1em;
}

