.agenda-history-button-row {
    margin-top: 35px;
}

.agenda-history-button-wrapper {
    text-align: center;
}

.agenda-history-button,
.agenda-history-more-button {
    display: inline-block;
}

.agenda-history-container:not(:empty) {
    margin-top: 35px;
}

.agenda-history-year + .agenda-history-year {
    margin-top: 35px;
}

.agenda-history-year h2, h2.yt {
    margin-bottom: 20px;
}


ul.list-agenda-p.c li::after {
  display:none;
}

a.small.item-agenda {
    display:flex;
    height:100%;
    position: relative;
    width:100%;
}

ul.list-statics{
   display:flex;
   align-items:center; 
   width:100%;
   
}

a.small.item-agenda:after {
    position:absolute;
    height:1px;
    width:calc(100% - 50px);
    content:'';
    bottom:0px;
    left:25px;
    background-color:#eee;
}

#agenda-overview-container .row-items div:nth-last-child(-n+2) a.small.item-agenda:after {
    display:none;
}

a.small.item-agenda span.title {
    font-size:17px;
    line-height: 25px;
}