/* Display 1 content column only */

#content-left {
width:100%;
}
#content-right {
display:none;
}

#content-50-left {
width:100%;
}
#content-50-right {
width:100%; margin-top:0px;
}

.page-copy-indent {
padding-left:10px; padding-right:20px;
}

table.prices {
max-width:350px;
}

/* Opening times table moves from right hand panel to bottom of page after main content on mobile pages */

#opening-times-mobile {
display:block; margin-bottom:20px;
}
table.opening-times {
max-width:200px;
}

/* Display divider above opening times on mobile pages */

.divider {
border-top:1px solid #2D2D2D; margin-top:10px;
}



/* Form Styles */

input.formfield1 {
max-width:420px;
}
textarea.style1 {
max-width:420px;
}