.price_list {
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
    font-size: 1.5em;
    font-weight: bold;
}


.price_list table {
    width: 100%;
    margin: 2% 1% 4% 1%;
}

.price_list th:nth-child(1) {
    width: 35%;
}

.price_list th:nth-child(2) {
    width: 25%;
}

.price_list th:nth-child(3) {
    width: 15%;
}

.price_list th:nth-child(4) {
    width: 15%;
}

.price_list th:nth-child(5) {
    width: 18%;
}

.firstTR_brand:nth-child(n)>td {
    padding-top: 5px;
}

.midTR_brand:nth-child(n)>td:nth-child(n) {
    padding: 2px 0;
}

.lastTR_brand:nth-child(n)>td:nth-child(n) {
    padding: 2px 0;
}


.brand_table {
    border-left: 2px solid #adadad;
    border-right: 2px solid #adadad;
}

.all_border {
    border: 2px solid #adadad;
}

.right_border {
    border-right: 2px solid #adadad;
}

.bottom_border {
    border-bottom: 2px solid #adadad;
}

.top_border {
    border-top: 2px solid #adadad;
}

.background_gold {
    background: #ead991;
}

.time_toberegister {
    background: #0368D8;
    color: #fff;
    border: 1px solid;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    float: right;
}

.title_table {
    line-height: 1.6 !important;
    margin: 0 0 0 0 !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
    padding-top: 3%;
}

.first_table {
    display: inline-block;
    padding: 0.2em 0;
    font-size: 0.8em;
    letter-spacing: 5px;
    background: #e51326;
    color: #fff;
    width: 90%;
    border-radius: 25px;
}

.second_table {
    display: inline-block;
    padding: 0.2em 0;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #00f;
    color: #fff;
    width: 90%;
    border-radius: 25px;
}

.firstTR_brand {
    border-top: 2px solid #adadad;
    border-radius: 10px;
    padding-top: 5px;
}

.icon_table {
    margin-bottom: 5px !important;
    cursor: pointer;
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
    .price_list {
        font-size: 2.8vw;
    }
}

@media (max-width: 500px) {
    .price_list {
        font-size: 2.8vw;
    }

    .change_width_table {
        width: 25%;
    }
}