@charset "utf-8";

* { box-sizing: border-box; font-size: 16px; }

body, html { font-family: 'Open Sans', Helvetica, Arial, sans-serif; height: 100%; margin: 0; padding: 0; background-color: #ffffff; }
body > div { padding: 1em; }
button, input[type="button"] { cursor: pointer; }
a { text-decoration: none; }
a:link, a:visited { color: #0000ee; }
abbr { cursor: help; }
fieldset+fieldset { margin-top: 0.3em; }
h1, h2, h3, h4, h5, h6, legend { margin-top: 0; font-family: Merriweather, Times, 'Times New Roman', serif; }
table { border-spacing: 0; border-collapse: collapse; }
td, th { padding: 0.3em; }
th { font-family: Merriweather, Times, 'Times New Roman', serif; }
