.dropdown-item:active {
				background-color: grey !important;
}

.dropdown-menu{
				background-color: #212121 !important;
}

.dropdown-item:hover {
				background-color: #grey !important;
}

.dropdown-item{
				color: white;
}