<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ********************************************************************************
 * fix font size in embedded Gallery
 */
#gallery {
    font-size: 100%;
}

/* ********************************************************************************
 * fix form checkboxes that use label tag in embedded Gallery
 */
#gallery label {
	position: static;
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
</pre></body></html>