/* Default font & background */
body {font-family:arial, verdana, sans-serif; background:#fff; color:#000;}
#content {background:#fff;}

/* Remove unwanted elements */
#navigation, #header, #footer ul, #backtotop, .socialbutton  {display: none; }

/* Remove content shadow */
#page {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow:none; }
#content {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow:none; }

/* Ensure the content spans the full width & height */
#content, #maincontent, .padding {width: 100%; margin: 0; float: none; }
form {width:90%!important;}
.threequarter-block #main-content, #content {min-height:0;}

/* Change text colour to black (useful for light text on a dark background) */
p {color: #000;}

/* Improve colour contrast of links */
a:link, a:visited { color: #781351;}

.ui-accordion-content {display:block!important;}