.nefster-wrapper {
	background: #eaeaea;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #e5e5ea;
	border: 1px solid #888;
	color: #000;
}
  
.list-group-item:hover {
	background-color: rgb(243, 243, 243);
	color: #000;
}

.table-hover tbody tr:hover {
    background-color: rgb(243, 243, 243);
	color: #000;
}

::-webkit-scrollbar {
    background: #fafafa;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(199, 199, 199); 
    border-radius: 10px;
}