table {
    border-collapse: collapse;
    border: none;
}

/* table_1 */
.table_1 {
    width: 100%;
    max-width: 100%;
    line-height: 1.7;
}

.table_1 tr td, .table_1 tr th {
    border: 1px solid #C9C9C9;
}

.table_1 tr th {
    text-align: center;
    padding: 2px 2px;
    color: #FFF;
    font-size: 12px;
    border-left: none;
    border-right: none;
    background-color: #5A8AC4;

}

.table_1 tr th strong, .table_1 tr th h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.table_1 tr td {
    padding: 1px 5px;
    border-left: none;
    border-right: none;
}

.table_1 td:nth-child(n+2) {
    text-align: center;
}

.table_1 tr td.imagecache {
    padding: 2px;
    width: 60px;
    line-height: 0.5em;
    text-align: center;
}

#content table p, #new-view-main table p {
    text-indent: 0;
}

table.table_razm {
    width: 100%;
    border: none;
    text-align: center;
}

.table_short {
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    border: 1px solid #aaa;
    color: #000;
}

.table_short tr th {
    padding: 1px 2px;
    line-height: 1.15em;
    border: 1px solid #aaa;
}

.table_short tr td {
    padding: 2px 5px;
    border: 1px solid #aaa;
}

.table_short .ta-left {
    text-align: left;
}

tr.odd {
    background-color: #f8f8f8;
}


/* table_2 */
.table_2 {
    width: 100%;
}

.table_2 td, th {
    padding: 5px;
}

.table_2 th {
    background: #FCC02D;
    border: #7A7A7A solid 1px;
}

.table_2 tr:nth-child(2n), .table_1 tr:nth-child(2n) {
    background: #f7f7f7;
}

.table_2 tr:last-child {
    border-bottom: #7A7A7A solid 1px;
}

.table_2 td {
    border-left: 1px solid #7A7A7A;
}

.table_2 td:last-child {
    border-right: 1px solid #7A7A7A;
}

.table_2 .sub {
    background: #CBCBCB;
}

.hidden-row {
    display: none;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 3px;
    position: relative;
    width: 100%;
}

#nodebutt-buy-table {
    display: inline-table;
}


.table-wrap {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    table.table-wrap thead, table.table-wrap td.total, table.table-wrap .hide-on-warp {
        display: none;
    }

    table.table-wrap tr {
        display: block;
        margin-bottom: 10px;
        background: #f9f9f9;
    }

    table.table-wrap td, table.table-wrap tbody {
        display: block;
        width: 100%;
        text-align: right;
    }

    table.table-wrap td:last-child {
        border-bottom: 0;
    }

    table.table-wrap td:nth-child(2n) {
        background-color: #fff;
    }

    table.table-wrap td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}