@charset "utf-8";
/* CSS Document */

.council {
	color: #000 !important;
	display:block;
	margin-bottom: 5px !important;
}

.council-table {
	 width:95%;
	 border:0;
	 cellspacing:3;
	 cellpadding:0;
}

table.council-table td {
	width:105px;
/*	height:185px;*/
	text-align: center;
	vertical-align: top;
}

/*a.council:hover {
	background-color: #C6D9EC;
	display:block;
	height: auto;
	margin-bottom: 0px !important;
	padding-bottom: 10px;
}*/

td a {
    display:block;
    width:100%;
	height:100%;
}

td:hover {
	background-color: #C6D9EC;
}
