/*! Jadu CMS content editor defaults */
.text_align_left { text-align: left; }
.text_align_right { text-align: right; }
.text_align_center { text-align: center; }
.indent { margin-left: 20px; }
.indent2 { margin-left: 40px}
.editor strong { font-weight: 700; }
.editor em { font-style: italic; }
.underline_text { text-decoration: underline; }
.strikethrough_text { text-decoration: line-through; }
.underline_and_strikethrough_text,.underline_text.strikethrough_text { text-decoration: line-through underline; }
.editor sup,.superscript_text { vertical-align: super; }
.editor sub,.subscript_text { vertical-align: sub; }
.float_left { float: left; }
.float_right { float: right; }
.image_centre { margin: 0 auto; display: block; }

body { font-size: 1em; font-family: Arial, sans-serif; }

.top-nav, .main-nav, .site-footer { display: none; }

table, td, th { border: 1px solid #000; border-collapse: collapse; }
table { margin: 1em; }
td, th { padding: 10px; }

.accordion-hor > ul > li { width: 100%!important; }
.accordion-hor > ul > li > div { display: block!important; }