html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  border: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font: 75%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.25; margin-top: 2.5em; margin-bottom: 1.5em; clear: both; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

/* -------------------------------------------------------------- */

p         { margin: 0 0 1.5em; }
p.last    { margin-bottom: 0; }

blockquote { margin: 0 0 1.5em; }
strong     { font-weight: bold; }
em, cite, dfn    { font-style: italic; /* background: #ffc; */ }
dfn        { font-weight: bold; }
sup, sub   { line-height: 0; }

abbr,
acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del     { color: #666; }

pre, code     { margin: 1.5em 0; white-space: pre; }
tt            { display: block; margin: 1.5em 0; line-height: 1.5; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* -------------------------------------------------------------- */

li ul, li ol { margin: 0 3.5em; }
ul, ol       { margin: 0 1.5em 1.5em 2em; }

ul    { list-style-type: square; }
li ul { list-style-type: disc; }
ol    { list-style-type: decimal; }

dl    { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd    { margin-left: 2.5em;}

/* -------------------------------------------------------------- */

table       { margin-bottom: 1.4em; }
th          { border-bottom: 1px solid #eee; font-weight: bold; background: #f3f3f3; }
td          { border-bottom: 1px solid #eee; }
th, td      { padding: 4px 10px 4px 5px; }
tr.even td  { background: #eef; }
tfoot       { font-style: italic; }

tr.header th,
tr.header td {
  background: #f3f3f3; 
}

table .last { padding-right: 0; }

/* -------------------------------------------------------------- */

.s      { font-size: .9em; margin-bottom: 1.666666666em; line-height: 1.666666666em; }
.l      { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }
.xl     { font-size: 1.5em; line-height: 1.5em; margin-bottom: 1.5em; }
.xl big { font-size: 1.35em; }
.hide   { display: none; }
.em     { color: #f37121; }

.quiet  { color: #888; }
.loud   { color: #000; }

.top    { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

.doc-list li { margin-bottom: 1.5em; }
.doc-list li li { margin-bottom: 0; }

.center { text-align: center; }
.right  { text-align: right; }
.float-right { float: right; margin-left: 20px; }
/* -------------------------------------------------------------- */



.clear, .container, .row { display: inline-block; }

.clear:after, .container:after, .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clear,
* html .container,
* html .row { height: 1%; }

.clear, .container, .row { display: block; }

.schedule dd {
  margin-left: 0;
  margin-bottom: .5em;
}

hr {
  display: none;
}

img.left {
  clear: left;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

img.right {
  clear: right;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
