@charset "utf-8";
/* CSS Document */

.table-price {
    border: 1px #000 solid;
    margin-bottom: 10px;
}
thead {
    background-color: #dcdcdc;
    color: #fff;
}
.table-price th {
    font-size: 18px;
    border: 1px #000 solid;
}
.table-price td {
    font-size: 16px;
    text-align: center;
    border: 1px #000 solid;
    color: red;
    font-weight: 600;
}
.table-head-sub {
    color: #fff;
}

/*** table design ***/
.price-1 thead th {background-color: rgba(255,105,180,1)}
.price-1 .table-head-sub {background-color: rgba(255,105,180,0.5)}

.price-2 thead th {background-color: rgba(30,144,255,1)}
.price-2 .table-head-sub {background-color: rgba(30,144,255,0.5)}

.price-3 thead th {background-color: rgba(220,20,60,1)}
.price-3 .table-head-sub {background-color: rgba(220,20,60,0.5)}

.price-4 thead th {background-color: rgba(50,205,50,1)}
.price-4 .table-head-sub {background-color: rgba(50,205,50,0.5)}

.price-5 thead th {background-color: rgba(148,0,211,1)}
.price-5 .table-head-sub {background-color: rgba(148,0,211,0.5)}

.price-6 thead th {background-color: rgba(220,220,220,1)}
.price-6 .table-head-sub {background-color: rgba(148,0,211,0.5)}
.price-6 thead th {color: #000; font-weight: 600;}