.customCheckboxList{
	
}

.customCheckboxList .PanelField {
    display: grid;
}

.customCheckboxList .CheckBoxList{
	display: block !important;
	clear: both !important;
    height: 200px !important;
    width: 175px !important;
	border-width: 0 !important;
}

/* removed due to messing with second panels on every page
#WebPartZone1_Page1 .iMIS-WebPart:nth-child(2) > .ContentItemContainer {
    margin-bottom: 1em;
    margin-top: 5em;
}
*/