.timeipicker-wrapper {
    position: relative;
}

.timeipicker-dropdown {
	display: none;
	position: absolute;
	z-index: 10;
	list-style: none;
	padding: 0px;
	border: 1px solid #d0cdcd;
	width: 100%;
    max-width: 160px;
	height: 200px;
	overflow-y: scroll;
	text-align: center;
	background: white;
}

.timeipicker-dropdown li {
    font-size: 13px;
	width: 100%;
	padding: 5px;
    cursor: pointer;
}

.timeipicker-dropdown li:hover {
	background: #e6e6e6;
}
