/*program osszehasonlitas*/
.document-accordion-item{
    border-bottom: 2px solid #4FB99F;
    margin-bottom: 15px;
}

.document-title:hover,
.document-title.opened{
    background-color: #f4f4f4;
}
.document-title{
    margin-bottom: 0px;
    padding: 15px;
    background-image: url('../img/more_bt.png');
    background-image: url('../img/more_bt.svg'), none;
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size:0.7em;
    cursor: pointer;
}
.document-title.opened{
    background-image: url('../img/more_bt2.png');
    background-image: url('../img/more_bt2.svg'), none;
}
.document-chapter-title{
    font-size: 17px !important;
}

.author{
    font-size: 0.87em;
    color: #5E6165;
    font-style: italic;
    display: block;
}

.document-chapters{
    padding: 0 17px 0 37px;
}
.document-chapter-title{
    font-size: 1em;
    padding-right: 20px;
    margin: 0.8em 0 0.5em 0;
    background-image: url('../img/more_bt.png');
    background-image: url('../img/more_bt.svg'), none;
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
}
.document-chapter-title.open{
    background-image: url('../img/more_bt2.png');
    background-image: url('../img/more_bt2.svg'), none;
}
.article .document-chapter-title:hover{
    text-decoration: underline;
}

.article .document-chapter-title.loading{
    background-image: url(../img/ajax-loader.gif);
}

.document-subchapters, .document-chapters,
.subchapters{
    display: none;
    
}
.document-chapters{
    margin-bottom: 15px;
}

.clickable,
.article .document-chapter-title,
label,
input.votebutton,
#send_container .buttons input,
.article .document-title,
.search-btn,
.star{
    cursor: pointer;
}

.num-bullet{
    background-color: #4FB99F;
    border-radius: 100%;
    display: block;
    float: left;
    margin-right: 15px;
    color: #fff !important;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 29px;
}

.document-subchapters{
    padding-left: 27px;
}

.green3-page .article .document-chapter-title,
.green3-page .article .document-title{
    color: #121212;
}

.subchapters{
    margin: 0 0 1em 38px;
}

.subchapter{
    padding-bottom: 0.6em;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0.8em;
}

.article .document-subchapter-title{
    font-size: 1em;
    margin-bottom: 0.5em;
}

.title-text{float: left;display: block;}

.document-title .title-text{width: 80%;}

.document-chapter-title .title-text{width: 80%;}

.pdf-link{
    display: block;
    padding-left: 20px;
    margin-bottom: 8px;
    float: left;
    clear: left;
    background: url(../img/page_white_acrobat.png) no-repeat 0 0;
}

.pdf-link.indent-left{
    margin-left: 20px;
}
.document-title {
    font-size: 20px;
    margin-bottom: 0px !important;
}