
/* For a dark theme */
.has-modal-background {
	background-color: #202020 !important;
}

.wordExplorerNode {
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #242A2A;
    border: 1px solid #000;
	width: 200px;
}

.english_text_green {
	color: LightGreen;
}
.english_text_yellow {
	color: LemonChiffon;
}
.english_text_red {
	color: LightCoral;
}

.light-italic-text {
	color: hsl(0, 0%, 71%);
	font-style: italic;
}

.light-text {
	color: hsl(0, 0%, 71%);
}

.has-text-primary {
	color: hsl(171, 100%, 41%) !important;
}
