button.tc_seating_map_button{
    content: " ";
    display: table;
    color: #fff;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    background: #d82e35;
    width: 100%;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0;
    box-shadow: none!important;
    font-family: "PT Sans";
    font-weight: 400;
    letter-spacing: 0px;
}

button.tc_seating_map_button:hover{
    background: rgba(224,90,83,0);
    border-width: 1px;
    border-color: #d82e35;
    color: #d82e35;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    display: none;
}

form.checkout #billing_first_name_field, form.checkout #shipping_first_name_field {
    float: right !important;
    width: 48%;
}

form.checkout #billing_last_name_field, form.checkout #shipping_last_name_field {
    float: left !important;
    width: 48%;
}