
body {
  /* font-family: 'Verdana', sans-serif; */
  /* chatgpt */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #1f2937;
  background: #fafafa;
}
div.pure-u-1.box-1.header {
  padding: 0;
}
/* Pure css */
  html,
  button,
  input,
  select,
  textarea,
  .pure-g [class *="pure-u"] {
    /* Set your content font stack here: */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, 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%;
  }
  h1.title {
    font-weight: bold;
  }
  h1.home {
    font-size: 230%;
    color: #0545ad;
    font-weight: bold;
  }
  h1, h2, h3, h4, p {
    text-align: left;
    margin: 12px;
  }
  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;
  }


  table.data, table.data th, table.data td {
    margin-left:auto;
    margin-right:auto;
    font-family: 'Courier';
    border: none;
    padding: 0.3em 0.2em 0.3em 0.2em;
    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: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  }
  ul.breadcrumb {
    color: #6b7280;
    margin-left: 0;
    padding: 0.5em 1em;
    list-style: none;
    background-color: #eee;
  }
  ul.breadcrumb li {
    text-align: left;
    display: inline;
    font-size: 1rem;
    font-weight: bold;
  }
  ul.breadcrumb li+li:before {
      padding: 8px;
      color: red;
      content: "» ";
  }
ul.breadcrumb a {
  text-decoration: underline;
  font-weight: normal;
}
ul.breadcrumb a:hover {
  text-decoration: underline;
}
  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;
}
span.T {
  background-color: white;
  padding-left: 0.2em;
  padding-right: 0em;
  margin-right: 0em;
  //*font-size: larger;*/
}
span.P {
  background-color: white;
  padding-left: 0.2em;
  padding-right: 0em;
  margin-right: 0em;
  /*font-size: larger;*/
}
ul.data {
  clear: both;
  list-style-type: none;
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5 14em;
  padding-left: 0em;
  white-space: nowrap;
}

ul.data a:hover {
  text-decoration: underline;
}
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, ul.nav li {
  display: flex;
  gap: 1.0rem;
  padding: 0.5rem 0.3rem 0.0rem 0.3rem;
  background: #ffffff;
}

ul.nav a {
  text-decoration: none;
  color: #374151;
  font-weight: 500;
}

ul.nav a:hover {
  color: #8888ff;
}

ul.in_page_nav, ul.in_page_nav li {
  font-size:large;
  display: flex;
  gap: 1.0rem;
  padding: 0.2rem 0.3rem 0.0rem 0.3rem;
}

ul.in_page_nav a {
  text-decoration: underline;
  color: #374151;
  font-weight: 500;
}

ul.in_page_nav a:hover {
  color: #8888ff;
}


.footer {
  padding: 0em;
  border-top: thin solid black;
  /* background-color: #dddddd; */
}

div.sidebar {
  padding-bottom: 1em;
}
div.sidebar a {
  color: black;
  background-color: #f4f4ff;
  margin: 3px;
}
div.sidebar a:hover {
  text-decoration: underline;
}

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;
}
p.no_ads {
  color: green;
  border: thin solid green;
  padding: 1em;
}
ul.other_pages a {
  font-size: large;
}

ul.other_pages a:hover {
  text-decoration: underline;
}

.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: larger;
    padding: 5px 10px 5px 10px;
}

ul.continents a:hover {
  text-decoration: underline;
}

span.precipitation_total {
    text-align: left;
    padding: 0.5em;
    font-weight: bold;
}
/*
details > summary {
  margin: 5em;
  padding: 4px;
  width: 200px;
  background-color: #eeeeee;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
}

details > p {
  background-color: #eeeeee;
  padding: 4px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
}
*/
details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}

/* chatgpt-inspired */
svg {
  /*
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  */

  font-family: inherit;
  color-scheme: light;

  fill: #374151;              /* calm dark gray */
  font-size: 16px;
  dominant-baseline: middle;
  text-rendering: optimizeLegibility;
  pointer-events: none;
}

/*svg polyline .blue { */
svg .low_temp {
  stroke: #2563eb;
  fill:none;
  stroke-width:2;
}

svg .high_temp {
  stroke: #b91c1c;
  fill:none;
  stroke-width:2;
}


tspan.red {
    fill: #b91c1c;
  }
  tspan.blue {
    fill: #2563eb;
  }

svg .label {
  font-size: 0.4rem;
}

/* Gridlines */
svg line {
/*  stroke: #e5e7eb;
  stroke:red;
  stroke-width: 1; */
}
/* box */
svg rect {
  stroke-opacity: 0;
}

svg path {
  display: none;
}

/* Axes */
svg line, svg path {
  stroke: #9ca3af;
  stroke-width: 0.5;
}

p.counts {
  font-weight: bold;
}

a.index_link {
  font-weight: bold;
  font-size: x-large;
  text-decoration: underline;
}