
.post_content #ci-hs-form input[type=checkbox] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			display: inline-block;
			min-width: 16px;
			width: 16px !important;
			height: 16px !important;
			min-height: revert;
			border: 2px solid #19191a;
			border-radius: .25em;
			position: relative;
			cursor: pointer;
	}
	.post_content #ci-hs-form .inputs-list {
			list-style: none;
	}