img.crop-image {
    display: block;
    max-width: 100%;
}

.tox-statusbar__branding {
    display: none;
}

.image-preview-container {
    max-width: 580px;
    margin-top: 1rem;
}

.preview-image.variant1 {
    width: 46.5mm;
    height: auto;
}

.preview-image.variant2 {
    width: 97.5mm;
    height: auto;
}

label.uk-form-label{
	font-size:18px;
	font-weight:600;
	color:#000;
}
.uk-legend{
	margin-bottom:20px;
	font-weight:600;
	/*color:#0078ab;*/
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus{
	background-color:#f18700;
}
