.t-price {
    font-size: 16px;
}

.t-price-td {
    border-color: #bbbbbb!important;
}

tr:hover {
    background: #303030;
}

.t-price-th {
    padding: 5px 5px 0px 5px;
    color: #fff;
    border-top: 0!important;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 14px;
}

.price-terms {
    color: #c2a375;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
}


.div-table {
    padding: 0px 5px 20px 5px;
}

.table-header {
    margin: 10px 0px 10px 0px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    background-color: #c2a375;
    text-align: center;
    text-transform: uppercase;
}

.service-name {
    font-weight: 600;
    font-size: 18px;
    color: #c2a375;
    margin-bottom: 3px;
}

.service-description {
    font-weight: 200;
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 0px;
}

.service-price {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #bbbbbb;
    margin-bottom: 0px;
}

.price-form {
    font-size: 14px;
}

.price-form select {
    margin-bottom: 15px;
    margin-top: 5px;
}

.price-form select, select:hover, select:checked, select:focus, select:active {
    color: #c2a375;
    background: #000;
    border: 1px #c2a375 solid;
}

.price-form option, option:hover, option:checked, option:focus, option:active {
    color: #c2a375;
    background: #000;
    border: 1px #c2a375 solid;
}

.h60 {
    height: 60px;
}

@media (max-width: 600px) {
    .service-price {
        font-size: 14px;
    }
    .service-name {
        font-size: 14px;
    }
    .service-description {
        font-size: 12px;
    }
    .t-price-th {
        font-size: 12px;
    }
}

@media (max-width: 450px) {

    .service-price {
        font-size: 12px;
    }
    .service-name {
        font-size: 12px;
    }
    .service-description {
        font-size: 10px;
    }
    .t-price-th {
        font-size: 10px;
    }
}

