.popupMenu
{
	background: #525252;
}

body {
	cursor: default;
	background-color: #525252;
	color: #9fe0ff;
}

.button {
	cursor: pointer;
	padding: 3px;
	text-align: center;
}
.button:hover{
	background-color: #9fe0ff2b;
}

.radioGroup {
	display: flex;
	flex-direction: column;
}