/* NORMALIZE */

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CONTENT */
body {
  font: normal 300 12px/1.5 'Calibri', sans-serif;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 500;
  font-size: 20px; }

h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 2px 6px;
  background-color: #fff; }

h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 2px 6px;
  background-color: #f4f4f4; }

a {
  color: #466877;
  text-decoration: underline;
  transition: color .08s ease-out; }

a:hover {
  color: #6293A2; }

.loading {
  display: none;
  color: #c00;
  padding: 0 20px; }

.warning {
  color: #999; }
