table {
    background: white;
    border-collapse: collapse;
    width: 100%;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #fff;
}

table th,
table td {
    padding: 10px 12px;
    text-align: left;
}

table th {
    background: #e8e8e8;
    color: #000;
    text-transform: uppercase;
}

table tr td {
    background: #ddf3ff;
    color: #6d6d6d;
}

.item_DESCRIPTION {
    color: #2482b8;
    font-weight: 700;
    line-height: 1.3rem;
}

table tr td img {
    width: 30px;
}

.hardware_size {
    font-size: 0.85rem;
    line-height: 1.5rem;
}

.hardware_pic img {
    width: 150px;
}

table tr:nth-of-type(2n+2) td {
    background: #caecff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .85rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    background: #e8e8e8;
    color: #000;
    margin-right: 10px;
    padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding: 10px 0 10px 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

table.two-axis tr td:first-of-type {
    background: #2482b8;
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    table {
        font-size: 0.8rem;
    }
    table.bt tfoot th,
    table.bt tfoot td,
    table.bt tbody td {
        font-size: .8rem;
    }
}

@media only screen and (max-width: 650px) {
    table.two-axis tr td:first-of-type,
    table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
    table.two-axis tr td:first-of-type:before {
        background: #2482b8;
        color: #ffffff;
    }
    table.two-axis tr td:first-of-type {
        border-bottom: 1px solid #fff;
    }
}