﻿


.tab-content .item {
    height: 255px;
}

    .tab-content .item [class^="col-"] {
        height: 255px;
    }

        .tab-content .item [class^="col-"] .title {
            font-size: 16px;
        }


        tab-content .item [class^="col-"] .info .author-1, .tab-content .item [class^="col-"] .info .author-2 {
            margin-top: 6px;
        }


        .tab-content .item [class^="col-"] .row {
            bottom: 0px;
        }

.btn.btn-total {
    font-size: 14px;
}



.wrapper.white-wrapper {
    /*background-color: #fff;*/
}

.wrapper.grey-wrapper {
    background: #fff;
}

.honorable-items .block .title {
    height: auto;
}


@media only screen and (max-width: 768px) {
    .tab-content .item {
        height: 315px;
    }

        .tab-content .item [class^="col-"] {
            height: 315px;
        }
}


.table-borded {
    border: 1px solid #666;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
    text-align: center;
    font-size: 14px;
}

    .table-borded td {
        padding: 4px;
        border: 1px solid #666;
        border-top: 0;
        height: 55px;
    }