.dropdown-wrapper {
	position: absolute;
	z-index: 1000;
	font-family: helvetica, sans-serif;
	background-color: white;
	text-align: left;
	border: 2px solid rgb(160,160,170)
}

.dropdown {
	width: 100%;
}

.dropdown tr {
	border-top: 1px solid #B4B4B4 !important;
}

.dropdown td {
	padding: 2px;
	text-align: center;
}

.dropdown-unsel {
	background-color: white;
	color: black;
	height: 44px;
}

.dropdown-sel {
	background-color: darkblue;
	color: white;
	height: 44px;
}
