body {
  font-family: sans-serif;
  font-size: smaller;
  background: white;
  color: #636363;
  margin: auto;
}

main {
  margin: auto;
  padding: 10px;
  max-width: 650px;
  overflow: hidden;
  min-height: 700px;
}

h1 {
  margin-bottom: 10px;
  float: left;
  margin-top: 6px;  
}

section {
  width: 640px;
  max-width: 100%;
}

a {
    color: inherit;
    font-weight: bold;
}

.forecast img {
  display: block;
  max-width: 100%;
}

#location {
  height: 30px;
  width: 100%;
}

#location, .autocomplete-suggestion {
  font-size: 120% !important;
}

#location-container {
  width: 640px;
  max-width: 100%;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

div.prob {
  float: right;
  font-size: larger;
  margin-bottom: 3px;
  margin-right: 15px;
}

div.link {
    /* float: left; */
    font-size: larger;
    margin-bottom: 3px;
    margin-left: 15px;
    color: purple;
}

div.places {
  /* float: left; */
  margin-bottom: 5px;
}

#legend {
  display: none;
  margin-left: -14px;
}

h2 {
  margin-bottom: 3px;
}

select{
  margin: 25px 0;
  max-width: 640px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 40px;
  font-size: 1.5em;
}

div.image {
  text-align: -webkit-center;
  text-align: -moz-center;
}

.container {
  position: relative;
  color: white;
  width: 240px;
}

.jpris {
  position: absolute;
  top: 170px;
  left: 165px;
  color: SteelBlue;
  font-family: serif;
  font-weight: bold;
  font-size: large;
}

.fveark {
    position: absolute;
    top: 50px;
    left: 140px;
    color: MediumSeaGreen;
    font-family: serif;
    font-weight: bold;
    font-size: large;
  }

.plot {
    max-width:640px;
    min-height:200px;
}

.hour {
  width: 3.2vw;
  text-align: center;
}

.symbol_2 {
  height: 7vw;
  width: 7.2vw;
  max-width: 50px;
  max-height: 50px;
  background-repeat: no-repeat;
  text-align: center;
}

.symbol_3_9 {
  height: 4vw;
  width: 4.2vw;
  max-width: 28px;
  max-height: 28px;
  background-repeat: no-repeat;
  text-align: center;
  font-size: x-small;
}