nav {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(0,0,0,0.87);
}
nav ul a {
	color: rgba(0,0,0,0.87);
}
nav .btn-small {
	color: rgba(0,0,0,0.87);
}

.onlineItem {
	border-radius: 8px 8px 0 0;
}
.jumboTile.pr0 .onlineItem {
	border-radius: 8px 0 0 8px;
}
.main-online {
	border-radius: 0 8px 8px 0;
	background: white;
	border: solid #dcdcdc 1px;
	border-left: none;
}
.olUserData {
	border-radius: 0 0 8px 8px;
	border: solid #dcdcdc 1px;
	border-top: none;
	color: #202022;
	background: white;
}
.onlineExtraPreference i {
	border: solid 1px #202022;
}

.swipeNav {
	background: rgba(255, 255, 255, 0.8);
}
.swipeNav ul {
	background: none;
}
.swipeNav ul li a {
	color: rgba(0,0,0,0.87);
}
.dropdown-content nav li > a {
	color: rgba(0,0,0,0.87);
}

.userListElement .circle {
	border-color: #b1b1b1;
}