

#local-info-wrap {
	border: 2px #ee3124 solid;
	min-height: 200px;
	padding: 20px;
}

#locals-tbl {
	width: 100%;
	border: none!important;
}

.locals-th {
	background-color: #ddd;
}

.locals-td {
	width: 10%;
}

#etfocb-locals {
	max-width: 250px;
}


#etfo-votes-menu {
	display: block;
}

.etfo-votes-menu-item {
	display: inline-block;
	margin-right: 20px;
	background-color: #ee3124;
	color: #fff;
	padding: 4px 8px 4px 8px;
}

.etfo-votes-menu-item:hover {
	cursor: pointer;
	background-color: #248cc8;
}