.documents {
    padding: 0;
    border-top: #e6e6e6 solid 1px;
}

.documents__li {
    list-style: none;
}

.documents__main-container {
    border-left: #e6e6e6 solid 1px;
    border-right: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;

}
.documents__main-container:hover {
    background-color: #f4f4f4;
    cursor: pointer ;
}

.documents__container,
.documents__container:focus {
    display: block;
    min-height: 35px;
    padding: 20px 15px 20px 60px;
    position: relative;
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
}


.documents__main-container:hover .documents__title,
.documents__container:hover,
.documents__container:hover a {
    color: #4b4b4b !important;
}
.documents__container a {
    color: #337ab7;
}

.documents__icon {
    display: block;
    width: 35px;
    height: 35px;
    background:url("/images/documents/arrow-blue.png") no-repeat;
    position: absolute;
    left: 15px;
    top: 16px;
}
.documents__icon_yellow {
    background:url("/images/documents/arrow-grey.png") no-repeat;
}

.documents__title {
    font-size: 22px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.documents__date {
    display: block;
    color: #3a3a3a;
}

.documents__documents {
    margin: 0;
    padding: 0;
}