/*******************************************************************************
 * Global
 */

* {
  /*background-color: rgba(0, 0, 0, 0.1);*/
}

body {
  margin: 0;
}

html {
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 62.5%;
  padding: 0;
}

h1 { font-size: 2.00em; }
h2 { font-size: 1.50em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.17em; }
h5 { font-size: 1.08em; }
h6 { font-size: 1.00em; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  top: 0.4em;
}

sup {
  top: -0.4em;
}

table {
  border: 1px solid #BEBFB9;
  font-size: 12px; font-size: 1.2rem;
  margin: 0 0 20px;
  width: 100%;
}

table td, table th {
  border: 0;
  color: black;
  padding: 8px 10px;
  vertical-align: middle;
}

table td {
  /*display: block;*/
}

table th {
  background: #E1E2DC;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  padding: 3px 10px;
  text-transform: uppercase;
}

tr.even, tr.odd {
  background: #F3F4EE;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 0 1px 0 1px;
}

tr.odd {
  background: white;
}
