table th {
    background-color: #fff;
    color: #000;
}

.sidebar-header {
    border-bottom: 1px dotted #5E0037;
    color: #5E0037;
}

.button-standard.small, .button-alt.small {
    background: #fff;
}

#booking-wrap {
    background-color: #5E0037;
    border: 4px solid #5E0037;
}

h1, h2, h3, h4, h5, h6 {
    color: #5E0037;
}

.contact-info-method-name {
    color: #5E0037;
    display: inline;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #085771;
    background: #085771;
    font-weight: bold;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}

.main-reservation-form #book-now-button {
    border: 1px solid #5E0037;
    background-color: #5E0037;
}
