<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/** GENERAL **/
.hf-details										{ float:right; width:290px; font-weight:100; }
.hf-details .branch-details .icon				{ display:block; float:left; width:25px; }
.hf-details a									{ display:block; }
.hf-details .branch-details .address,
.hf-details .branch-details .number,
.hf-details .branch-details .email-address		{ display:block; margin:0px 0px 0px 40px; }
.hf-details .branch-details .address			{ font-size:1.2em; }
.hf-details .branch-details .tel				{ font-size:2.3em; margin:10px 0px; }
.hf-details .branch-details .email-address		{ font-size:1.2em; }
.hf-details .title-searchE						{ display:block; font-size:0.9em; margin:20px 0px 0px 40px; }

.hf-details,
.hf-details a									{ color:#000000; }
.hf-details a:hover								{ color:#006600; }
.hf-details .title-searchE						{ color:#AAAAAA; }



/** RESPONSIVE **/
@media screen and (max-width:600px){
	
	.hf-details										{ float:none; margin:0px auto; text-align:center; width:auto; }
	.hf-details .branch-details .icon				{ float:none; display:inline-block; vertical-align:middle; }
	.hf-details .branch-details .addr				{ display:none; }
	.hf-details .branch-details .number,
	.hf-details .branch-details .email-address		{ display:inline-block; vertical-align:middle; margin:0px 0px 0px 10px; }
	.hf-details .title-searchE						{ text-align:center; margin:20px 0px 0px 0px; }
	
}
</pre></body></html>