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

* {
	font-family:Arial;
	color:#000;
}

body { 
	background: none;
}

.small_img{
	object-fit:contain;
}
.doc svg, .doc img{
	max-height:480px;
	width:100%; 
}
.doc img{object-fit: contain;}
.button_icon{
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	height:28px;
	width:28px; 
	cursor:pointer;
}

.panel{
	display:block;
}

.catalog {
	display:none; 
}

.search{ 
	display:none; 
}

 
br{line-height: 8px;}
hr{page-break-after: always; 
	border:none;
	margin:8px 0;
}
.doc{
	display:auto;
	page-break-after: always;
}
.page-break{
	page-break-after: always;
}
.doc ul li { margin:12px 0;}

.doc a {color:var(--color_b);}

.title {font-weight:bold;font-size:20px;margin:64px 0 32px 0;}

#search{display:none;}

pre{

	white-space: pre-wrap;
	font-size:11px;font-family:monospace;
}


.table{
	font-size:var(--text_size); 
	width:100%;  
	margin:8px 0;
	border-collapse: collapse;
}

.table td,.table th  {
	padding: 8px;
	text-align: left;
	border: 1px solid rgba(0,0,0,0.3);
}

.table td:first-child{
	white-space: pre;
	text-align:center;
}

.table th {
	background-color: rgba(102,181,255,.4);
	text-align:center;
}
