/*
body {margin:0; padding: 0; font-family: "Open Sans", Arial, sans-serif;}
body {background: #fff; color: #585858;}
*/

div.forecast {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  font: "Courier New", Courier, monospace;
  font-size: 1em;
  background-color: #f5f5f5;
}

div.forecast::-webkit-scrollbar {
  display: none;
}

div.forecast div.day:first-child {
  margin-left: 2em;
}

div.forecast div.day {
  display: inline-block;
  width: 6em;
  text-align: center;
}

div.forecast div.day .precip {
    color: #0492b6;
    font-size: 0.9em;
}

div.forecast div.day .precip.amt {
  margin-bottom: 5px;
}

.fa-tint {
  font-size: 0.85 em;
}

.fa-snowflake {
  font-size: 0.85em;
}

div.forecast div.day .icon {
  vertical-align: top;
  width: 3em;
  height: 3.5em;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

img#current_icon {
  margin-top: 0;
  width: 150px;
}

img#radar {
  width: 100%;
}

h3#current_conditions_text {
  margin-top: 0px;
}
