
html, body, div, span, applet, object, iframe, 
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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
  background-color: #f9f9f9;
  font-family: 'Carme';
  font-weight: normal;
  line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.page-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid #1542c3;
  display: flex;
  vertical-align: middle;
}

.page-header > h1 {
  color: white;
  font-family: 'Madras';
  font-size: 3em;
  font-weight: bolder;
  text-shadow: #1542c3 0 0 2px;
}

.logo {
  height: 100px;
  margin: 5px;
}

#main {
  margin: 2em;
}

h1 {
  text-transform: uppercase;
}

code {
  background-color: #f2f2f9;
  border-radius: 4px;
  color: #1542c3;
  padding: 2px 4px;
  font-size: 90%;
}

tbody tr:nth-child(odd) {
  background-color:#e2e2f9;
}

td {
  padding: 8px;
}

thead tr th {
  color: #999;
  font-weight: bold;
  padding: 8px;
  text-transform: uppercase;
}