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

body {
    font-size: 10pt !important;
    background: none;
    width: 100%;
    color: #000000;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
}

img {
    border: none;
}

a, a:link, a:visited {
	color: #000;
    text-decoration: none;	
}

sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}

h1, h2, h3, h4 {
    color: #000;
    margin: 0;
    font-weight: bold;
    margin-bottom: 2px;
}
h1 {
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
h4 {
    font-size: 10pt;
}

ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0 0 0 20px;
    list-style-position: outside;
    list-style-type: disc;
}
ol li {
    margin: 0 0 0 20px;
    list-style-position: outside;
    list-style-type: decimal;
}
.no-bullets li {
    list-style-type: none;
}
.no-indent li {
    margin: 0;
}

table {
    width: 100%;	
}
table tr td, table tbody tr td {
    padding: 3px;
}

table.alertlist tr td,table.generic-table tr td,#servicetabs-footer tr td {
    padding: 0;
    margin: 0;
}

input {
    border: 1px solid #000;
}

p {
    margin: 5px 0;
    overflow: hidden;
}

.float-holder {
	overflow: auto;
	width: 100%;
}

#receipt-left-column {
	float: left;
	text-align: left;
	margin-right: 10px;
}

#receipt-right-column {
	float: left;
	text-align: left;
	clear: right;
}

#receipt-right-column h2, #receipt-right-column h3{
	font-weight: bold;
	
}

table.print-receipt {
	margin-bottom: 10px;
	width: auto;
}

table.print-receipt  td {
	vertical-align: top;
	text-align: left;
}

table.print-receipt  td.simple-info-left{
	width: 160px;
 	vertical-align: top;
	text-align: right;
	padding-right: 13px;
}

table.print-receipt  td.simple-info-right{
	width: 250px;
}

table.print-receipt  td.receipt-content-piece{
	padding-bottom: 8px;
}

th.number-cell {
	padding-right: 5px;
	vertical-align: top;
}

td.answer-cell {
	vertical-align: top;
	padding-left: 10px;
}

/** 
 * Elements to hide 
 **/
#text-reader, .header, #header-image, #top-navigation, #left-column, 
#right-column, .toolbar, #news-tabs, .view-all, .cityservice-tabs,
.pagination-left, .pagination-right, .cityservice-searchresultcorner,
.cityservice-searchresults .results-corner, #two-column-top,
#content-bottom-gradient, .start-online-bottom-padding, #footer, .icon-container {
    display: none;	
}	

</pre></body></html>