/* make color picker easier to use on mobile */
div#Reports div.color-picker-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#Reports a.miniColors-trigger {
	height: 35px;
	width: 35px;
	background-image: none;
	border: 1px solid black;
}

div#Reports h3#reports-criteria-message {
	text-align: center;
}

div#Reports label.ui-select {
	margin-top: 10px;
}

div#Reports label[for="reports-rx-spread-application-map-application-setup"] ~ div.ui-checkbox {
	margin-top: 10px;
}

div#Reports label[for="reports-additional-recipients"] {
	margin-top: 1em;
}

#reports-recipients-menu .user-contact {
	background-color: #fadb4e;
	background-image: none;
}