
.DCThemeMenu:before {
	content: "-> -> -> -> You probably want to change this back";
	display: inline-block;
}

.DCThemeMenu:after {
	content: "<- <- <- <- (This is the empty theme for testing)";
	display: inline-block;
}

.DCThemeMenu {
	font-size: 20px;
	font-weight: bold;
	color: red;
}
