.year-list + .documents-list { position: relative; z-index: 1; }
.year-list { position: relative; z-index: 2; margin-bottom: 1em; }
.year-list .list-inline { display: none; position: absolute; top: 100%; left: 0; width: 300px; height: auto; z-index: 2; background: #ffffff; border: 1px solid #f2f2f2; padding: 1em; box-shadow: 0 0 1em -0.5em #000000; margin-top: 6px; }
.year-list .list-inline>li { display: block; padding: 0.2em 0; }
#content .year-list .list-inline li { border: none; }
.curYear { font-weight: bold; }
.curYear.active + .list-inline { display: block; }
.curYear span { font-weight: normal; padding: 0.2em 0.5em; border: 1px solid #999; cursor: pointer; position: relative; }
.curYear span:after { content: ''; width: 10px; height: 10px; background: url(../Images/arrow-down-black.svg) no-repeat center; background-size: contain; margin-left: 10px; display: inline-block; }
.curYear.active span:after { transform: rotate(180deg); }
