<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fsize {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 6px;
	margin-right: 10px;
}
.text-block-wrap-div{
	-ms-word-break: break-word;
	word-break: break-word;
}
.fsize span {
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 5px;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), color-stop(0.63, #F7F7F7), to(#F2F2F2));
	background-image: -webkit-linear-gradient(#FFFFFF 0%, #F7F7F7 63%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(#FFFFFF 0%, #F7F7F7 63%, #F2F2F2 100%);
	background-image: -o-linear-gradient(#FFFFFF 0%, #F7F7F7 63%, #F2F2F2 100%);
	background-image: linear-gradient(#FFFFFF 0%, #F7F7F7 63%, #F2F2F2 100%);
	transition: all 0.3s;
}

.fsize .fs1 {
	width: 22px;
	height: 22px;
	background: #fff url(../images/och_black.png) 50% 50% no-repeat;
	-webkit-background-size: 18px !important;
	background-size: 18px !important;
	font-size: 0 !important;
}
.fsize .fs1.active{
	background: #F5A623 url(../images/och_black.png) 50% 50% no-repeat;
}
.fsize .fs2 {
	width: 24px;
	height: 24px;
	background: #fff url(../images/och_black.png) 50% 50% no-repeat;
	-webkit-background-size: 20px !important;
	background-size: 20px !important;
	font-size: 0 !important;
}
.fsize .fs2.active{
	background: #F5A623 url(../images/och_black.png) 50% 50% no-repeat;
}
.fsize .fs3 {
	width: 26px;
	height: 26px;
	background: #fff url(../images/och_black.png) 50% 50% no-repeat;
	-webkit-background-size: 22px !important;
	background-size: 22px !important;
	font-size: 0 !important;
}
.fsize .fs3.active{
	background: #F5A623 url(../images/och_black.png) 50% 50% no-repeat;
}
.mosaic-search__form .mosaic-search__button{
	min-width: 100px;
}</pre></body></html>