/**
 * Some special overrides for selects in certain contexts
 */

.meapp-form-group select,
thead select {
	color: black;
	/*
	background-color: rgb(246, 246, 246);
	border: 1px solid black;
	*/
	background-color: white;
	border: 1px solid rgb(173, 181, 186);
}