.normative_acts h2 {
    color: #4d4d4d;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.normative_acts ul {
    border: 1px dotted #97cfff;
    margin: 0;
}

.normative_acts li {
    border-bottom: 1px dotted #97cfff;
    display: block;
    position: relative;
}

.normative_acts li:last-child {
    border-bottom: medium none;
}

.normative_acts p {
    font-size: 0.8em;
}

.normative_acts h3 {
    padding-bottom: 10px;
}

.normative_acts h3 a {
    font-size: 1.1em;
    text-decoration: none;
}

.normative_acts_wrap {
    padding: 0 145px 0 15px;
}

.normative_acts_wrap:first-child {
    float: left;
}

.normative_acts_downloads {
    border-left: 1px dotted #97cfff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}

.normative_acts_downloads div {
    height: 1px;
    left: 0;
    margin-top: -1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.normative_acts_downloads a {
    border-bottom: 1px dotted;
    display: inline-block;
    text-decoration: none;
}

.normative_acts_downloads a:hover {
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
}

.normative_acts .pic {
    left: 5px;
    position: absolute;
    top: 15px;
}

.normative_acts .anchor-2 {
    min-height: 88px;
    padding-left: 67px;
	margin-left: 12px;
    position: relative;
}

.normative_acts .anchor-2 h3 {
    font-weight: 300;
    margin: 17px 0 0;
    padding-bottom: 5px;
}

.normative_acts .anchor-2 .share {
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top: -10px;
}

.normative_acts.normative_acts-inside h3 {
	font-size: 15px;
}

.normative_acts.normative_acts-inside li {
	padding-left: 0;
}
.anchor {
    clear: both;
    float: none;
}

.anchor-2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.law_docs.law_docs_detail li {
    position: relative;
    margin-left: 0;
    padding-left: 50px;
}
.law_docs.law_docs_detail .index {
    width: 50px;
    border-right: 1px dotted #97cfff;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 17px;
}
.law_docs.law_docs_detail .anchor-2 h3 {
    margin-top: 0;
    padding-top: 17px;
}