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

.show_group__li {
    list-style: none;
}

.show_group__main-container {
    border-left: #e6e6e6 solid 1px;
    border-right: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
}
.show_group__main-container:hover {
    background-color: #f4f4f4;
}

.show_group__container,
.show_group__container:focus {
    display: block;
    min-height: 35px;
    padding: 20px 15px 20px 60px;
    position: relative;
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
}
.show_group__container:hover,
.show_group__container:hover a {
    color: #4b4b4b !important;
}
.show_group__container a {
    color: #337ab7;
}

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

.show_group__title {
    font-size: 22px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
@media (max-width: 1200px) {
    .show_group__title {
        font-size: 26px !important;
    }
}
@media (max-width: 992px) {
    .show_group__title {
        font-size: 28px !important;
    }
}
