<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Calibri, Arial, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    color:#444;
}

a, a.ajaxlink { color: #2980b9; }
a:hover, a.ajaxlink:hover { color: #d35400; }

a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }

h1 { padding:0; margin-top:0px; margin-bottom: 10px; font-size:28px; }
h1 span { color:#BDC3C7; }
h1 a { color:#BDC3C7; }
h1 a:hover { color:#d35400; }h1, h2, h3, h4, h5, h6 { color:#34495e; font-weight: normal; margin-bottom: 10px; }

p { line-height:20px;margin:0;padding:0 }

pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px 15px;
    margin:0;
}

blockquote {
    padding:6px 10px;
    background:#F9F9F9;
    border-left:solid 4px #EDEDED;
    color:#666;
    font-style: italic;
    margin:0;
}

ul {
    margin:0 20px; 
    padding:0;
}
img {
    max-width:100%
}
.positive { color:green; }
.negative { color:red; }

.content_item .title_left {
    /*float: left;*/
    padding: 4px;
    border-top: 1px solid #ccc;
    width: 50%;
	/*visibility: hidden;	*/
}

.content_item.reestr_sertificats_item .value {
    float: left;
    padding: 4px;
    width: 45%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.content_list_item.reestr_sertificats_list_item .field.ft_caption.f_title {
    float: left;
    margin-left: 60px;
    margin-top: -30px;
} 

.content_item.rzs_item .value {
    float: left;
    padding: 4px;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 40%;
}

.content_item.rvs_item .value {
    float: left;
    padding: 4px;
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 40%;
}</pre></body></html>