div.dropdown {
    z-index:999;
    cursor:default;
    margin:0;
    padding:5px;
    background:White;
	color: inherit;
	border: 5px solid #eee;
}

div.dropdown .dropdown-content {
    max-height:200px;
    overflow-x:hidden;
    overflow-y:auto;
}

div.dropdown .dropdown-content ul.dropdown li {
    list-style:none;
	text-align: left;
}

div.dropdown .dropdown-content li.dropdown {
	border-bottom: 1px dotted #333;
	padding: 2px;	
}

div.dropdown .dropdown-content li.selected {
    background:#6fa7ff;
	color: White;
	font-size: 160%;
	margin:0;
    padding:8px;
}
