/* n10s admin styling */
/* Customize display of FIT image caption module in the module selection table */
.et-pb-all-modules > li.et_pb_image_fit,
.et-db #et-boc .et-fb-modules-list ul > li.et_fb_image_fit {
	color: #0067AC;
}
.et-pb-all-modules > li.et_pb_image_fit:hover,
.et-db #et-boc .et-fb-modules-list ul > li.et_fb_image_fit:hover {
	color: #005892;
}
.et-pb-all-modules > li.et_pb_image_fit:before,
.et-db #et-boc .et-fb-modules-list ul > li.et_fb_image_fit:before {
    content: '\e0db';
    font-family: 'ETModules';
}
