.StripePaymentButton{
    clear:both;
    height: 100%;
}
.pizza_INPUT_ORDER {
    width: 100%;
}
.pizza_INPUT_ORDER .field {
    clear: both;
}
.pizza_INPUT_ORDER .field label {
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    float: left;
}
.pizza_INPUT_ORDER .field input {
    float: right;
}
.pizza_INPUT_ORDER .field select {
    float: right;
}
.pizza_INPUT_ORDER .field .error {
    float: right;
    padding-right: 20px;
    font-style:italic;
    font-weight: normal;
}
.AddressList {
    width: 100%;
    visibility: hidden;
}
.postcode_lookup_form .field {
    clear: both;
}
.postcode_lookup_form .field .btn {
    display: none;
}
.postcode_lookup_form .field input {
    width: 120px;
    float: right;
    margin-right: 20px;
}
.postcode_lookup_form .field .error {
    float: right;
    padding-right: 5px;
    font-style:italic;
    font-weight: normal;
}
.AddressList{
    margin-bottom: 10px;
    margin-top: 20px;
}
.Del_2RadioChoice label{
    float: right;
    width: 45%;
    border: 0;
    background: transparent;
}
.Del_2RadioChoice input{
    margin-right: 10px;
}
.Del_2RadioChoice{
    float: right;
    margin-top: 20px;
    width: 52%;
    min-width: 250px;
}
.card_fee{
    clear:both;
}
.collection_only_warning{
    display:none;
}
.CllectionOrDeliveryChoice_hidden{
    display: none;
}
.pizza_INPUT_ORDER .field{
    clear: both;
    margin-bottom: 6px;
}
.pizza_INPUT_ORDER div textarea{
    margin-left: 20px;
    float: right;
    height: 100px;
}
.CollectionDiv{
    clear:both;
    margin-top: 30px;
    display: none;
}
.DeliveryDiv{
    clear:both;
    margin-top: 30px;
    display: none;
}
.optionText{
    float: right;
    margin-left: 5px;
    min-width: 120px;
}