div.iscm_kit {
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	padding: 2px;
	width: 16px;
}

div.iscm_kit.checked {
	background-color: rgba(0, 255, 0, 0.5);
	background-image: url("./images/check.png");
}

div.iscm_kit.alert {
	background-color: rgba(255, 0, 0, 0.5);
	background-image: url("./images/alert.png");
}

div.iscm_kit.attention {
	background-color: rgba(255, 220, 0, 0.5);
	background-image: url("./images/attention.png");
}

fieldset#edit-iscm-kit-honorary-member label,
fieldset#edit-iscm-kit-display-iscm-event-view-mode-as-markup label {
	display: inline;
	font-weight: 400;
}