.manufacturersWrapper {
    height: 550px; 
    margin: 0 auto; 
    overflow: scroll;
}

.manufacturersWrapper h3 {
    font-weight: bold;
	padding-left: 10px;
	font-size: 22px;
}

.manufacturers {
	margin-top: 10px;
}

.manufacturers ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4em;
}

.manufacturers a {
	position: relative;
	display: block;
	padding: .2em .2em .2em 2em;
	*padding: .2em;
	margin: .1em 0;
	background: #97d46b;
	color: white;
	text-decoration: none;
	box-shadow: inset 0.2em 0 black;
	-webkit-transition: box-shadow .65s;
	transition: box-shadow .65s;
	color: black;
}

.manufacturers a:hover {
	box-shadow: inset 1em 0 black;
}

.manufacturerColumn {
	float: left;
	width: 33%;
	margin: 0px 1px;
}

.mfcHeader {
    margin: 10px auto;
    background-color: #e5e0dc;
    padding: 2px;
    text-align: center;
}

.mfcHeader button {
    margin: 0px 5px;
    background-color: white;
    size: 12px;
    cursor: pointer;
}