div.checklist-ctrl > div.l > table > tbody > tr > td > i {
	margin-left:10px;
	/* font-weight:bold; */
	/* border:1px solid #bbb; */
	border: none;
	padding:1px;
	font-size:14px;
	border-radius:50%;
	float:right;
}
.layui-icon-na:before {content:"\e63f";}
.layui-icon-yes:before {content:"\e605";}
.layui-icon-no:before {content:"\1006";}
.layui-icon-na.checked {color:orange;font-weight:bold;}
.layui-icon-yes.checked {color:green;font-weight:bold;}
.layui-icon-no.checked {color:red;font-weight:bold;}
iframe.videoiframe{width:100%;height:500px;border-radius:3px;}
@media only screen and (max-width: 767px) {
	iframe.videoiframe {
		height:200px;
	}
}