.outerincluded {
    background-color: #fff;
	padding: 0px 0px 5px 0px;
	margin: 5px 15px;
	color: #000;
	border: 1px solid #eee;
	font-size: 12px;
}

.headingsincluded {
	background-color: #030C12;
	color: #fff;
	padding: 5px;
}
.checkinclude {
    	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal !important;
		font-weight: normal !important;
		text-transform: none !important;
		background: #7fb718;
		border-radius: 100%;
		color: #ffffff;
		display: inline-block;
		line-height: 1.1em;
		text-align: center;
		width: 1.1em;
		font-size: 14px;
}
.crossinclude {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: !important;
		font-weight: !important;
		text-transform: none !important;
		background: red;
		border-radius: 100%;
		color: #ffffff;
		display: inline-block;
		line-height: 1.1em;
		text-align: center;
		width: 1.1em;
}