/* Minimal reset, just enough to stop Drupal cruft bleeding through. */
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote{margin:0}
ul,ol{padding:0;list-style:none}
button{font:inherit;cursor:pointer;background:none;border:0;padding:0;color:inherit}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
table{border-collapse:collapse}
