<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2018, CountyWebsiteDesign.com */

body
{
	background-color:#fff;
	font-family:'Helvetica Neue',  Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
}

a, a:link, a:visited{color:#009;text-decoration:none;}
a:hover, a:active{color:#00f;text-decoration:none;}

#main
{
	max-width:600px;
	margin:0 auto;
	padding:0;
}

.clear{clear:both;}

.coupon
{
	margin:0 0 10px 0;
	padding:5px;
	border:2px dashed #000;
	text-align:center;
	box-sizing:border-box;
}

.coupon-header
{
	background-color:#fff;
}

.info
{
	padding:4px 0 0 0;
	background-color:#fff;
	font-size:large;
	font-weight:bold;
	color:#000;
}

.mention
{
	font-weight:x-large;
	color:#000;
	font-weight:bold;
}

.phone
{
	font-size:x-large;
	font-weight:bold;
}

.price
{
	margin:20px 0 0 0;
	font-size:x-large;
	color:#f00;
	font-weight:bold;
}

.expires
{
	font-size:small;
	text-align:center;
}

.created
{
	font-size:small;
	text-align:right;
}

.signature
{
	max-width:80%;
	margin:1em auto;
	padding:20px 2px 2px 2px;
	border:1px solid #000;
	font-size:small;
}

.geo
{
	max-width:600px;
	margin:4em auto 0 auto;
	padding:6px;
	border:1px solid #000;
	font-size:smaller;
}
</pre></body></html>