.frontPrice,
.frontHomeDelivery {
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
}

.frontHomeDelivery p {
    padding:10px;
}


/* Search */

#date1, .postcode {
    display:block !important;
    text-align:center !important;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
    padding:10px !important;
}

.startTime SELECT, .itemContent SELECT {
    font-size:120%;
    margin-left:10px;
}

.rdlocate INPUT.submit {
    font-size:90%;
}

div.ImportantInfo {
    width:90%;
    font-size:60%;
}

/* Search Results */

.store ul.StoreResult li.Contact,
.store ul.StoreResult li.Map {
    width:100%;
    display:block;
}

/* Checkout Login */

.rdlogin INPUT.required, .rdregister INPUT.required {
    width:150px;
}

.password-strength {
    margin-left:-40px;
}

TABLE.Payment th {
    width:30% !important;
    padding-top:10px;
}

TABLE.Payment td {
    width:70% !important;
}

div.paymentDetails input.submit {
    white-space: normal;
}

/* Home Delivery */

form.DeliveryNoteForm {
    width:300px;
}

/* My Bookings */ 

table.bookinglist th, table.bookinglist td {
    font-size:50% !important;
}


@media only screen and (max-width: 400px) {
    TABLE.Payment td INPUT {
        width:150px;
    }
}

