/*
#Customer_is_dfsg label,
#Customer_account_type label,
#Customer_require_halal_product label {
    color: rgb(51, 51, 51);
    cursor: pointer;
    float: none;
    display: inline;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0 10px 0 0;
    text-align: left;
    width: auto;
}

#Customer_is_dfsg input[type="radio"],
#Customer_account_type input[type="radio"],
#Customer_require_halal_product input[type="radio"] {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 13px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 5px 3px 0;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    width: 13px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}
*/