<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* button */
.mpiq_widgetAll .mpiq_button {
	background-color: #3D7D47 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #3D7D47 ), color-stop(1, #4a8e55 ) ) !important;
	background: -moz-linear-gradient(center bottom, #3D7D47 22%, #4a8e55 81% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4a8e55, endColorStr=#3D7D47 ) !important;
	text-shadow: 0px -1px #007836 !important;
}

.mpiq_widgetAll .mpiq_button:hover {
	background-color: #3D7D47 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #3D7D47 ), color-stop(1, #3D7D47 ) ) !important;
	background: -moz-linear-gradient(center bottom, #3D7D47 22%, #3D7D47 81% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3D7D47, endColorStr=#3D7D47 ) !important;
}

.mpiq_widgetAll .mpiq_button:active {
	background-color: #40715E !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #40715E ), color-stop(1, #40715E ) ) !important;
	background: -moz-linear-gradient(center bottom, #40715E 22%, #40715E 81% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#40715E, endColorStr=#40715E ) !important;
}
/* button end */

/* black button*/
.mpiq_black_button,.mpiq_widgetAll .mpiq_black_button {
	background-color: #3D7D47 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #3D7D47 ), color-stop(1, #4a8e55 ) ) !important;
	background: -moz-linear-gradient(center bottom, #3D7D47 22%, #4a8e55 81% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#4a8e55, endColorStr=#3D7D47 ) !important;
	text-shadow: 0px -1px #007836 !important;
}

.mpiq_black_button:hover,.mpiq_widgetAll .mpiq_black_button:hover {
	background-color: #3D7D47 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.22, #3D7D47 ), color-stop(1, #3D7D47 ) ) !important;
	background: -moz-linear-gradient(center bottom, #3D7D47 22%, #3D7D47 81% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3D7D47, endColorStr=#3D7D47 ) !important;
}
/* black button end*/

/* datatable */
.mpiq_widgetAll .mpiq_getstartedwidget_datatable th {
	background: #E6EEEE !important;
	border-bottom: 1px solid #C1DAD7 !important;
}
/* datatable end */

/* back */
.mpiq_widgetAll .mpiq_getstartedwidget_background {
	background: #f4f9f5 !important;
}
/* back end */

/* questionnaire*/
.mpiq_widgetAll li.mpiq_getstartedwidget_riskrate_selectlist {
	background: #45C53D !important;
	color: #fff !important;
}
/* questionnaire end */

/* box-shadow */
.mpiq_widgetAll .mpiq_getstartedwidget_riskrate_question {
	box-shadow: 1px 1px 3px #45C53D;
}
/* box-shadow end */</pre></body></html>