.btk_price_table {
    width: 100%;
    margin-bottom: 26px;
    font-family: 'Noto Sans',Arial,sans-serif;
}
.btk_price_table tr.header_tr td, .btk_price_table thead tr td {
    font-weight: 700;
    background-color: #ffbf2d;
    border: 1px solid #999999;
    padding: 7px 0;
    vertical-align: middle;
    line-height: 25px;
    color: #455963;
}
.btk_price_table tr td {
    text-align: center;
    font-size: 15px;
    color: #333333;
}
.btk_price_table tbody tr.tr_1 td {
    background-color: #e6ebee;
    border: 1px solid #999999;
    padding: 14px 0;
    vertical-align: middle;
    line-height: 15px;
}
.btk_price_table tbody tr.tr_2 td {
    background-color: #dedbd7;
    border: 1px solid #999999;
    padding: 14px 0;
    vertical-align: middle;
    line-height: 15px;
}
.btk_price_table tr.tr_1:hover td,.btk_price_table tr.tr_2:hover td, .btk_price_table tr.tr_1.active td,.btk_price_table tr.tr_2.active td { 
	background-color: #4a6b76;
	color: #fff; 
}