/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* return originalish list styles
from https://stackoverflow.com/a/11737351 */
ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
/* --- */


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- CUSTOM --- */

body {
	line-height: 1.3;
}

h1 {
  font-size: 200%;
  margin: .67em 0;
}
h2 {
  font-size: 140%;
  margin: .75em 0
}
h3 {
  font-size: 125%;
  margin: 0.83em 0
}
h4 {
  font-size: 115%;
  margin: 0.4em 0;
}
h5 {
  font-size: 110%;
  margin: 0.2em 0;
}
h6 {
  margin: 0.1em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body > span {
  margin: 3px 0 3px 0;
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
  margin: 1.5em 0;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid #999;
  padding-left: 10px;
}

div {
  box-sizing: border-box;
}