﻿
@media print {
   thead {display: table-header-group;}
}

.resultstbl {
	font-size: 13px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: #fff;
	border-bottom: 1px solid #000;
}

/*.ressep, .reshdr {
	background-color: #2e7354;
	color: #fffffb;
}*/

.reshdr {
	color: #000;
	text-align: right;
	vertical-align: bottom;
}

.ressep, .ressep2 {
	color: #000;
	text-align: right;
	font-weight: bold;
	background-color: #daeef3;
	white-space: nowrap;
}

.ressep2 {
	color: #eee;
	/*background-color: #144af8;*/
	background-color: #215968;
}

.resrow {
	text-align: right;
	white-space: nowrap;
}

.rot90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: right top;
	position: relative;
	top: 0.25em;
	/*top: -1em;
	left: -0.25em;*/
}

.mapimage {
	position: absolute;
	width: 200px;
	height: 130px;
}
