@charset "UTF-8";

body { background: #fff; }
div#wrapper { border: none; border-radius: 0; }
main { padding: 20px; width: auto; }
main article h2 { color: #725c25; }
main article h4 { color: #725c25; padding: 20px 0 0 0; }
main article table#underline { border-collapse:  collapse; }
main article table#underline th { border-bottom: 1px solid #e6e6e6; padding: 5px; }
main article table#underline td { border-bottom: 1px solid #e6e6e6; padding: 5px; }
main article table#line { border-collapse:  collapse; }
main article table#line th { border: 1px solid; padding: 5px; background-color: #e6e6e6; white-space: nowrap; }
main article table#line td { border: 1px solid; padding: 5px; white-space: nowrap; }


@media screen and (max-width : 767px) {
section h1 img { width: 100%; height: auto; }
section h2 { font-size: 120%; }
section h3 { font-size: 120%; }
section p.centre img { max-width: 100%; height: auto; }
}

