/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

 html { height: 100% } /*katja added this*/
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author custom styles
   ========================================================================== */
/*KATJA  * * * * * * Main page template * * * * * ** * KATJA*/

/*KATJA  * * * * * * Headerbar * * * * * ** * KATJA */

#topnav {
background-image: linear-gradient(bottom, rgb(88,132,179) 9%, rgb(61,101,138) 55%, rgb(16,67,115) 78%);
background-image: -o-linear-gradient(bottom, rgb(88,132,179) 9%, rgb(61,101,138) 55%, rgb(16,67,115) 78%);
background-image: -moz-linear-gradient(bottom, rgb(88,132,179) 9%, rgb(61,101,138) 55%, rgb(16,67,115) 78%);
background-image: -webkit-linear-gradient(bottom, rgb(88,132,179) 9%, rgb(61,101,138) 55%, rgb(16,67,115) 78%);
background-image: -ms-linear-gradient(bottom, rgb(88,132,179) 9%, rgb(61,101,138) 55%, rgb(16,67,115) 78%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, rgb(88,132,179)),
	color-stop(0.55, rgb(61,101,138)),
	color-stop(0.78, rgb(16,67,115))
	);
}
#topnav  li{
	display:inline;
	 font-family: Yanone Kaffeesatz, Arial; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	font-size: 28px;
	font-weight:bold;
	margin: 0px 20px;
	padding: 0;
	list-style: none;
	width:100%;
}

.r{
	display:block;
	float:right;
}
#topnav ul {
	margin: 0px 20px;
	padding: 0px 0px;
}

#topnav li {
	color: #e0a665; 
	text-decoration: none; 

}


/*following line creates hover over header links*/
a:hover { color: #e0a665; text-decoration: none; border-bottom: 1px solid #e0a665; }
a:active { color: #e0a665; text-decoration: none; border-bottom: 1px solid #e0a665;  }
/*set selection color*/
::selection { background-color: rgba(47, 113, 157, 0.2); }
::-moz-selection { background-color: rgba(47, 113, 157, 0.2); }

/* katja * * * * * * small styling of paragraphs, links, headers etc*/
a { color: #5cb0d4; #7ac000; padding-bottom: 2px; }
th, #head, .head, h1, h2, h3, h4 {
	font-family:  'Cantata One Serif', Georgia, serif;	}
p, td, tr{
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}

p {
   margin-top:1px;
   margin-bottom:1px
}

body { 
	background-color: #dce9f9; 
	background-image: url(images/fallback-gradient.png); 
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#aec8e7), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #aec8e7, #dce9f9); 
	background-image: -moz-linear-gradient(top, #aec8e7, #dce9f9);
	background-image: -ms-linear-gradient(top, #aec8e7, #dce9f9);
	background-image: -o-linear-gradient(top, #aec8e7, #dce9f9);
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

/*opera css*/
body:before {
 content:"";
 height:100%;
 float:left;
 /*width:0;*/
 margin-top:-32767px;
}


/*KATJA  * * * * * * Main page template * * * * * ** * KATJA*/
/*background page*/
div.maincontainer0 {
	width:985px;
	min-height:100%; 
	margin: 0 auto; 
	overflow: auto;
	clear: both;
	display: block;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	background: #ffffff;
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
	 -moz-box-shadow:0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
}


div.maincontainer {
	width:978px;
	min-height:100%;
	margin: 0 auto; 
	overflow: auto;
	clear: both;
	display: block;
	margin-top:0px !important;
	height: auto !important;
}

/*DAVID  * * * * * * Pagination template * * * * * ** * DAVID*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}

div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
	}
	
/*Image div box*/
div.imageleft {
  float:left;
  margin:4px;
}
div.imageright { 
    float: right; 
    margin: 4px; 
}

.head {
	font-weight:bold;
	vertical-align:top;
}
	
#head {
	font-weight:bold;
}	

/*TABLES*/
/*KATJA  * * * * * * RE Search Box with rounded corners* * * * * ** * KATJA*/
div.searchbox { /*not the search results*/
	border-top: 2px #333;
	border-right: 2px #333;
	border-bottom: 2px #333;
	border-left: 2px #333;
	-moz-border-radius: 15px;
	border-radius: 20px;
	background-color:#f7f5f5;
	border: 1 px dotted #666;
	padding:10px;
	margin-top: 10px;
	width: 50%;	
	text-align:left;
}

/*KATJA  * * * * * * RE Search RESULTS with rounded corners* * * * * ** * KATJA*/
table.s-results {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;  
	color: 363636;
	margin-bottom: 12px;
	margin-top: -8px;
/*	background: url('tablehouse.png') no-repeat; */
	background-position: right bottom;	
}

.s-results {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.s-results tr:hover {
    background: #d1e7ee;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.s-results td, .s-results th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 1px;
    *text-align: left; *   
}

.s-results th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	padding-top: 5px;
}

.s-results td:first-child, .s-results th:first-child {
    border-left: none;
}

.s-results th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.s-results th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.s-results th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.s-results tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.s-results tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.s-results tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.s-results th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.s-results th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.s-results th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.s-results th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.s-results tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.s-results tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.s-results tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.s-results tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

/*KATJA  * * * * * * NICE BUTTON * * * * * ** * KATJA*/
.nicerbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px #777777;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.nicerbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #d1e7ee 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#8b8cbb;
}.nicerbutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/*KATJA  * * * * * * RE Search table * * * * * ** * KATJA*/


/*first table underneath tabs containing search navi*/
#headtable {
	margin-top: 5px;
	width:100%;
	background-color:#afd5fc;
	border: 2px solid #254260;
	text-align:left;
	height:25px;
	font-size:16px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
#headtable td{
	color:#a66815;
}
#headtable th {
	text-transform: uppercase;
	background: #3084d8;
	color: #b1b1b1;
}
#headtable tr:hover td {
	background-color:;
}
#headtable td.highlight {
	background: #666;
}

/*second table containing owner name and parcel number*/
#maintable {
    margin-left:auto;   /* DAVID Added to center all tables */
    margin-right:auto;  
	width:100%;
	background-color:#f7f5f5;
	border: 1 px dotted #666;
	text-align:left;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	padding: 5px 2px 5px 5px;
	margin-bottom:5px;
	margin-top:5px;
}
#maintable th.smaller{
text-transform:none !important;
}




#maintable th {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	text-transform: none;
	background: #dadbe4;
	font-size: 14px;
}

#maintable tr:hover td {
	background-color: #d9eff8;
}

#maintable td.highlight {
	background: #f59679;
}


/*RE, SA and Payment tables */
#maintable2 {
	width:100%;
	background-color:#f7f5f5;
	border: 1 px dotted #666;
	text-align:right;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	padding: 5px 2px 5px 4px;
	margin-bottom:5px;
	margin-top:5px;
}

#maintable2 th {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	text-transform: none;
	background: #dadbe4;
	text-align:left;
}

#maintable2 tr:hover td {
	background-color: #d9eff8;
}
#maintable2 td.highlight {
	background: #f59679;
}


/*RE, SA and Payment tables */
#maintable-small {
	width:25%;
	background-color:#f7f5f5;
	border: 1 px dotted #666;
	text-align:right;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	padding: 5px 2px 5px 4px;
	
}

#maintable-small th {
	text-transform: none;
	background: #dadbe4;
	text-align:left;
}

#maintable-small tr:hover td {
	background-color: #d9eff8;
}

#maintable-small td.highlight {
	background: #f59679;
}

/*recad dwelling table*/

#maintable-medium {
	width:50%;
	background-color:#f7f5f5;
	border: 1 px dotted #666;
	text-align:right;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	padding: 5px 2px 5px 4px;
	
}

#maintable-medium th {
	text-transform: none;
	background: #dadbe4;
	text-align:left;
}

#maintable-medium tr:hover td {
	background-color: #d9eff8;
}

#maintable-medium td.highlight {
	background: #f59679;
}

.small{
	font-size: 10px;
}


/*-searchpage specific - zoekwoord added Nov 2013*/

div.maincontainer0B {
	width:1250px;
	min-height:100%; 
	margin: 0 auto; 
	overflow: auto;
	clear: both;
	display: block;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	background: #ffffff;
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
	 -moz-box-shadow:0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
}

div.maincontainerB {
	width:1243px;
	min-height:100%;
	margin: 0 auto; 
	overflow: auto;
	clear: both;
	display: block;
	margin-top:0px !important;
	height: auto !important;
}

div.explanationbox h1 {
	font-family: Yanone Kaffeesatz, Arial; 
	cursor: pointer;
}


div .explanationbox {
	width: 49%;
    border-top: 2px #333;
	border-right: 2px #333;
	border-bottom: 2px #333;
	border-left: 2px #333;
	-moz-border-radius: 15px;
	border-radius: 20px;
	background-color:#eeeeee;
	border: 1 px dotted #666;
	text-align:left;
	padding-bottom: 5px;
}


#topnav2 {
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
#topnav2  ul{
	display:inline;
	font-family: Yanone Kaffeesatz, Arial; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	font-size: 28px;
	font-weight:bold;
	margin: 0px 20px;
	padding: 0;
	list-style: none;
	width:100%;
}

#topnav2 li {
	display: inline;
}

#topnav2 a {
	display:inline-block;
    padding:10px;
}




/*KATJA  * * * * * * Pie Chart * * * * * ** * KATJA*/
#piecontainer {
width:80%;
overflow:auto; 
margin-top: -15px;         
}
/* Column one */
#piecol1 {
    width:73%;
    overflow:auto;
    float:left;
}

/* Column two */
#piecol2 {
    width:27%;
    overflow:auto;  
    float:left;
}

#container {
  margin: 0 auto;
}

#chart, #chartData {
  border: 1px solid #333;
}

#chart {
  display: block;
  cursor: pointer;
}

#chartData {
  border-collapse: collapse;
}

#chartData th, #chartData td {
  border: 1px dotted #666;
  text-align: left;
}

#chartData th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
}

#chartData td {
  cursor: pointer;
}

#chartData td.highlight {
  background: #e8e8e8;
}

#chartData tr:hover td {
  background: #f0f0f0;
}
/*KATJA  * * * * * * END Pie Chart * * * * * ** * KATJA*/
/*footer*/
#footer {
	width: 985px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	clear: both;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin:0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
	margin-left:300px;
}

#footer a {
	color: #8A8A8A;
}

#footer span {
	float: left;
	margin-top: 15px;
	display: block;
	color: #A0A0A0;
	text-transform: uppercase;
	font-size: 10px;
}

#footer #francis {
	width: 530px;
	margin: auto;
	height: 50px;
}

#footer img {
	float: left;
	display: block;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/*KATJA  * * * * * * Print CSS * * * * * ** * KATJA*/ /*KATJA  * * * * * * Print CSS * * * */
@media all {
.page-break {display: none;}
}		/*this ensures a page-break is never seen visually*/

@media print {
	.page-break {display: block; page-break-before: always;}		/* this ensures the page break is always seen by the printer*/

	#headercontainer , #header , #footer { display:none;}

	body {
		font-size: 13pt !important;
	/*	background: url(img/test.gif) !important; */
	/*	background-image:url("/img/test.png"); */
		background-repeat:repeat;
		}

	div.maincontainer0 {
	border-left: 0px;
	border-right: 0px;	
}
/*katja end custom print css*/



@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
		page-break-after: avoid;
    }
}
}

#retable{
    font-size: 14px;
    text-align: center;
   width: 56px;
}
