﻿.price-table-new th, td {
    font-size: 13px;
    padding: 1px 10px;
    vertical-align: top;
}

.price-table-new th[scope=col] {
    color: #104378;
    font-weight: 600;
    text-align: center;
}

.price-table-new th[scope=row] {
    font-weight: 600;
    color: #000;
    border: 1px solid #333;
    background-color: #cff1ff;
}

.price-table-new td {
    border: 1px solid #333;
    width: 250px;
    background-color: #ffffff;
}

.price_table {
    white-space: nowrap;
}

.price_table th, td {
    font-size: 14px;
    padding: 2px 10px;
    vertical-align: top;
}

.price_table th[scope=col] {
    color: #25a8e0;
    width: 160px;
    text-align: center;
}

.price_table th[scope=row] {
    font-weight: 600;
    color: #000;
    border: 1px solid #333;
    background-color: #cff1ff;
}

.price_table th[scope=row].detail {
    font-weight: 400;
    color: #000;
    border: 1px solid #333;
    background-color: #cff1ff;
    text-indent: 10px;
}

.price_table td {
    border: 1px solid #333;
    width: 160px;
    text-align: center;
    background-color: #ffffff;
}

.price_table td:nth-child(3) {
    color: #ffffff;
    background-color: #26a9e0;
    border-style: solid;
    border-width: 1px 3px;
    border-color: #333 #1a4276;
}

.price_table th[scope=col]:nth-child(3) {
    color: #ffffff;
    background-color: #26a9e0;
    border-style: solid solid none solid;
    border-width: 3px;
    border-color: #1a4276;
}

.price_table tr:nth-last-of-type(3) th, .price_table tr:nth-last-of-type(3) td {
    background-color: #cccccc;
}

.price_table tr:nth-last-of-type(3) td:nth-child(3) {
    color: #ffffff;
    background-color: #14477b;
}

    .price_table tr:last-of-type th, .price_table tr:nth-last-of-type(2) td, .price_table tr:nth-last-of-type(2) td:nth-child(3) {
        border: none;
        text-align: center;
        padding: 15px 0 0 8px;
        background: none;
    }
.price_table tr:last-of-type th, .price_table tr:last-of-type td, .price_table tr:last-of-type td:nth-child(3) {
    border: none;
    text-align: center;
    padding: 15px 0 0 8px;
    background: none;
}

.price_table th.indent {
    text-indent: 10px;
}

.price_table th.indent_second {
    padding-left: 20px;
    text-indent: -10px;
}