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

/** FOOTER **/
.footer-wrapper								{ padding:40px 0px; }
.footer-wrapper .affiliates					{ margin:30px 0px 0px 0px; clear:both; }
.footer-wrapper .affiliates a				{ display:inline-block; vertical-align:middle; }
.footer-wrapper .affiliates a img			{ width:100%; }
.footer-wrapper .affiliates .rics			{ margin:0px 20px 20px 0px; }
.footer-wrapper .affiliates .rics img		{ max-width:150px; }
.footer-wrapper .affiliates .twitter img	{ max-width:127px; max-height:40px; }

.footer-wrapper								{ background:#FFFFFF url(footer/watermark.png) no-repeat 50% 50%; color:#777777; }
.footer-wrapper .affiliates .rics			{ color:#000000 !important; }



/** OPENING HOURS **/
.opening-hours					{ float:left; width:240px; }
.opening-hours .title			{ font-family:"Times New Roman", Georgia, Serif; text-transform:uppercase; font-size:2em; }
.opening-hours ul				{ list-style:none; margin:20px 0px 0px 0px; padding:0px; }
.opening-hours ul li			{ display:block; }
.opening-hours ul .day			{ float:left; width:90px; }
.opening-hours ul .time			{ display:block; margin:0px 0px 0px 100px; text-align:right; }

.opening-hours .title			{ color:#006600; }
.opening-hours ul				{ color:#777777; }



/** FOOTER BASE **/
.footer-base					{ padding:10px 0px; text-transform:uppercase; }
.footer-base .copyright			{ float:left; width:230px; }
.footer-base .pp-com			{ float:right; width:270px; text-align:right; }

.footer-base					{ background:#006600; color:#FFFFFF; }
.footer-base a					{ color:#FFFFFF; }
.footer-base a:hover			{ color:#119911; }



/** RESPONSIVE **/
@media screen and (max-width:600px){
	
	.opening-hours					{ float:none; margin:0px auto 20px auto; }
	.footer-wrapper .affiliates		{ text-align:center; }
	.footer-base .copyright,
	.footer-base .pp-com			{ float:none; width:100%; text-align:center; }
	.footer-base .copyright			{ margin:0px 0px 10px 0px; }
	
}</pre></body></html>