﻿body 
{
}
#outercontent1
{
    display: table;
    width: 100%;
    margin:0 auto;
}
#content1
{
    vertical-align: middle;
    text-align: center;
}
#content4
{
    vertical-align: middle;
    text-align: center;
    margin-top: 50px;
}
.powered
{
    position: absolute;
    bottom: 60px;
    right: 5px;
    font-size: 10px;
}
.paymentButton
{
    vertical-align: middle;
    text-align: center;
    margin-top: 50px;
}
@media screen and (min-width: 600px) {
#welcomePage, #tablesPage, #AddReservation, #reservationResponse, #emailResponse, #paymentresponsePage
{
    width:600px;
    margin:0 auto;
    position:relative;
}
#welcomeFooter, #tablesFooter, #AddReservationFooter, #reservationResponseFooter
{
    width:600px;
    margin:0 auto;
}
/*
.saveButton
    {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
*/
}
#tablesImg{width:100%;max-width:560px;}