<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0;
	padding:0;
	color: black;
	background-color: white;
	font-size: 100%;
	font-family: Arial;
}
td {
	/*font-size: 70%;*/
	font-family: Arial;
}
.visible {
	display: block;
	visibility: visible;
}
.hidden {
	display: none;
	visibility: hidden;
}
.title {
	color:black;
	font-family: Tahoma, Arial narrow, Verdana bold Italic, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 5px;
}
table.print {
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}
table.print td {
	font-size: 70%;
	font-family: Arial;
	font-weight: normal;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
table.print th {
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	font-size: 70%;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}
table.simple {
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}
table.simple td {
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	padding: 3px 5px 3px 5px;
}
hr{
	color: Black;
	height: 1px;
	margin-top: 5px;
}
/*ЉўЁв&nbsp;­жЁп*/
table.kvit{
	width: 510px;
	font-family: Times New Roman;
	font-size: 13pt;
}
table.kvit td.left{
	width: 157px;
	vertical-align: top;
	padding: 0px 0px 5px 23px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.kvit td.right{
	vertical-align: top;
	border-bottom: 1px solid black;
	padding-left: 8px;
}
.line{
	border-bottom: 1px solid black;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
}
.right_underline{
	float: right;
	border-bottom: 1px solid black;
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	padding-left: 10px;
}
table.main{
	font-size: 13pt;
	margin-top: 4px;
	border-top: 1px solid black;
}
table.main td{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
table.main td.main2{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
}
.wrap_print {
    width: 100%;
    margin: 0 auto;
}

.shadow_inside {
    background: #fff;
    border: 2px solid #c3c3c3;
    //border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: relative;
    width: 190mm;
    padding: 5mm;
    margin: 0 auto;
    zoom: 1;
}
img {
	max-width: 190mm;
}

@media print {

.shadow_inside {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

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