div#content h2 {
    font-size: 1.8em;
    font-weight: normal;
}

div#content h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 2.6em;
    margin-bottom: 1em;
}

div#content h4 {
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 1.2em;
    margin-bottom: 1em;
}

div#content h5 {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 1.1em;
    margin-bottom: 0.8em;
}

div#content pre {
    margin-top: 0.2em;
    padding: 0.3333em 0 0.3333em 0.5em;
}

div#content div.tt {
    font-family: monospace;
    background-color: #efefef;
    padding: 0.5em 0 0.5em 0.5em;
    margin: 1em 0 1em 0;
    overflow-x: auto;
}

div#content tt {
    background-color: #efefef;
    padding: 0 0.2em 0 0.2em;
    overflow-x: auto;
}

div#content dt {
    color: black;
}

div#content dd {
    margin: 0 0 0.5em 2em;
}

div#content th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #E9E9E9;
    padding: 1em 0.5em;
}

div#content tr.sub th {
    background-color: #f2f2f2;
    font-style: italic;
    padding: 1em 0;
}
pre code {
    overflow-x:auto;
}

/* Многоуровневые списки */
ol.multinum, .multinum ol {
    counter-reset: item;
    padding-left: 20px;
}
ol.multinum {
    padding-left: 0;
}
ol.multinum > li, .multinum ol > li {
    display: block
}
ol.multinum > li:before, .multinum ol > li:before {
    content: counters(item,".") ". ";
    counter-increment: item
}

#content dl.lite dt {
    font-weight: normal;
}

/* Безмаркерные списки */
ul.nomarker {
    padding-left: 0;
}

ul.nomarker ul {
    margin-top: 4px;
    margin-bottom: 2px;
    padding-left: 20px;
}

ul.nomarker li {
    list-style-type: none;
}
/* Таблицы с border-radius */
.radius_table_wrap {
	background: #fff;
	border: 1px solid #E9E9E9;
	overflow: hidden;
	margin-left: 0;
	margin-top: 0.5em;
	z-index: 1;
	width: 100%;
	border-radius: 8px;
	position:relative;
}
.radius_table_wrap .grey_border_radius {
	border-collapse: separate;
	border-spacing: 0;
	padding: 0;
	width: 100%;
}
.radius_table_wrap .grey_border_radius td {
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
	padding: 1em;
	vertical-align: top;
}
.radius_table_wrap .grey_border_radius .odd {
	background: #F2F2F2;
	border-bottom: 1px solid #E9E9E9;
	font-weight: bold;
	padding: 1em;
	text-align: left;
    vertical-align: top;
}
.grey_border_radius .lt {
	border-radius: 8px 0 0 0;
	position:relative;
}
.grey_border_radius .rt {
	border-radius: 0 8px 0 0;
	position:relative;
}
.radius_table_wrap .grey_border_radius .l {
	border-right: none;
	border-left : none;
}
.radius_table_wrap .grey_border_radius .b {
	border-bottom: none;
}

