
body {
  font-family: 'Verdana', sans-serif;
}

/* Pure css */
  html,
  button,
  input,
  select,
  textarea,
  .pure-g [class *="pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Verdana', sans-serif;
  }

  .pure-g>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .box-1 {
    padding: 1em;
  }
/* End Pure.css */

  .logo {
    display: inline-block;
    float: left;
  }
  svg.logo {
    padding: 0.5em 1em;
  }

  h1 {
    font-size: 150%;
    margin: 1em;
  }
  h1.title {
    font-weight: bold;
  }
  h1.home {
    font-size: 230%;
    color: #0545ad;
    font-weight: bold;
  }
  h1, h2, h3 {
    text-align: center;
  }
  h2.cc {
    font-size: 100%;
  }
  text.label {
    font-family: 'Courier';
    font-size: 0.33em;
  }
  text.month {
    font-size: 0.5em;
  }
  text.title {
    font-weight: bold;
    font-size: 0.4em;
  }
  div.overflow {
    overflow-x: auto;
  }
  tspan.red {
    fill: red;
  }
  tspan.blue {
    fill: blue;
  }
  table.data, table.data th, table.data td {
    margin-left:auto;
    margin-right:auto;
    font-family: 'Courier';
    border: none;
    padding: 0.2em 0 0.2em 0;
    border-collapse: collapse
  }
  table.data td {
    text-align: right;
  }
  table.data tr.tmax {
    background-color: #ffdddd;
  }
  table.data tr.tmin {
    background-color: #ddddff;
  }
  table.data tr.pcp {
    background-color: #ddffdd;
  }
  table.data td {
    padding: 0 0.5em 0 0.5em;
  }
  table caption  {
    font-family: 'Verdana', sans-serif;
  }
  ul.breadcrumb {
    margin-left: 0;
    padding: 0.5em 1em;
    list-style: none;
    background-color: #eee;
  }
  ul.breadcrumb li {
    text-align: left;
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
      padding: 8px;
      color: red;
      content: "» ";
  }
  span.H {
  background-color: pink;
  padding: 0 0.4em;
  margin-right: 0.2em;
}
span.C {
  background-color: aqua;
  padding: 0 0.4em;
  margin-right: 0.2em;
}
span.W {
  background-color: lime;
  padding: 0 0.4em;
  margin-right: 0.2em;
}
span.D {
  background-color: #fc3;
  padding: 0 0.4em;
  margin-right: 0.2em;
}
ul.data {
  clear: both;
  list-style-type: none;
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5 12em;
  padding-left: 0em;
}
ul.maxima {
  text-align: center;
  list-style-type: none;
  margin-left:auto;
  margin-right:auto;
}
ul.maxima li {
  text-align: center;
  display: block;
  float: left;
  padding-left: 1em;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
a:link {
    text-decoration: none;
}
ul.nav {
    background-color: transparent;
    margin: 0;
    padding: 0.5em ;
    list-style-type: none;
    text-align: left;
}

ul.nav li {
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    border: 2px solid #ff9c6b;
}
ul.nav li.logo {
    border: none;
    padding: 0;
}
ul.nav a {
    background-color: transparent;
    color: #222222;
    padding-left: 5px;
    padding-right: 5px;
}

ul.nav a:hover {
    background-color: #dddddd;
}
.footer {
  padding: 1em;
  background-color: #dddddd;
}

div.sidebar {
  padding-bottom: 1em;
}
div.sidebar a {
  color: black;
  background-color: #ddddff;
  margin: 3px;
}
ul.features {
  list-style-type: disc;
}
span.copyright {
  float: right;
}
span.no_report {
  font-size: 20px;
}
p.new_site {
  color: red;
  border: thin solid red;
  padding: 1em;
}
ul.other_pages a {
  font-size: larger;
}

.sectionHead {
  font-size: larger;
  font-weight: bold;
}

.pure-g.odd {
  background-color: white;
}
.pure-g.even {
  background-color: #eeeeee;
}
.example span {
  padding-top: 20em;
  padding-left: 20em;
  color: black;
}
.example p {
  padding-top: 2em;
  color: black;
}
.example svg {
}
ul.continents {
    background-color: transparent;
    margin: 0;
    padding: 0.5em ;
    list-style-type: none;
    text-align: left;
}

ul.continents li {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
}
