#priceInfoContainer {
    overflow: auto;
    margin: 20px 0;
}

#priceInfoContainer * {
    box-sizing: border-box;
}

#priceInfoContainer .section-header {
    height: 0;
    min-height: 0;
}

#priceInfoContainer .section_container_sub {
    padding: 10px 0;
}

.pi_section {
    float: left;
    width: 100%;
    padding: 3px 10px;
    border-bottom: 1px solid #ccc;
}

.pi_section_label {
    display:inline-block;
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.pi_section_calc {
    display:inline-block;
    width: calc(100% - 163px);
    font-size: 14px;
    font-weight: 100;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.pi_section_value {
    display:inline-block;
    width: 75px;
    font-size: 14px;
    font-weight: 100;
    text-align: right;
    vertical-align: middle;
}

.pi_subsection {
    display: block;
    margin-left: 25px;
    width: calc(100% - 75px);
    /* height: 25px; */
}
.pi_ss_checkbox {
    display:inline-block;
    width: 25px;
}
.no_check .pi_ss_checkbox {
    display: none;
}
.pi_ss_checkbox input {
    padding: 0;
    margin: 0;
}
.pi_ss_explainer {
    display: block;
    margin: -5px 0 0 20px;
    font-size: 12px;
    font-weight: 200;
}
.pi_chk_label {
    display:inline-block;
    width: calc(100% - 93px);
    font-size: 12px;
    font-weight: 100;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.no_check .pi_chk_label {
    width: calc(100% - 60px);
}
.pi_ss_value {
    display:inline-block;
    width: 60px;
    font-size: 12px;
    font-weight: 100;
    text-align: right;
}

.pi_chk_label.disabled_option {
    text-decoration: line-through;
    color: gray;
}
#pi_total { border: none; }
#pi_total .pi_section_label,
#pi_total .pi_section_value {
    font-weight: bold;
    color: #018fd2;
}

.pis_section {
    width: 100%;
    float: left;
}

.pis_section_label {
    float: left;
    padding: 0 20px;
}

.pis_section_value {
    float: right;
    text-align: right;
    padding: 0 20px;
}

#pis_total {
    font-size: 16px;
    font-weight: bold;
    color: #018fd2;
}

#couponCode {
    display: inline-block;
    border: 1px solid #ced4da;
    height: 25px;
    font-size: 16px;
    text-align: center;
    max-width: 200px;
    width: calc(100% - 20px);
    padding: 0;
    margin: 5px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#couponCode:focus {
    box-shadow: none;
}
#checkCouponCode {
    width: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    height: 25px;
    margin: 5px 0;
    padding: 0;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
}

.coupons_total {
    float: right;
    margin-right: 10px;
    width: 65px;
}

#pi_oil {
    display: flex;
    flex-flow: row nowrap;
}
#pi_oil .pi_section_calc {
    flex: 1 0 auto;
    width: auto;
}
#pi_oil .pi_section_label {
    flex: 1 0 auto;
    width: auto;
    /* padding-right: 20px; */
    max-width: 33%;
}
#pi_oil .pi_section_value {
    flex: 0 0 75px;
    padding-right: 10px;
}

#pi_prompt_pay .pi_section_label {
    width: calc(100% - 80px);
}
#pi_prompt_pay .pi_section_value {
    width: 75px;
}

#minGalError {
    color: red;
    font-size: 14px;
    text-align: left;
    margin: 0;
}

#fillTankBtn {
    color: blue;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
    float: right;
    margin-right: 5px;
}

#fillFlagNote {
    font-size: 12px;
    margin: -10px 25px 20px;
}

@media only screen and (max-width: 400px) {
    .coupon_box {
        width: 100%;
    }

    #couponCode {
        max-width: unset;
    }
}