#weather{
  margin: auto;
  max-width: 622px;
}

#setting {
  margin: 20px 0;
}

#display {
  padding: 10px 10px 8px 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

#top {
  margin-bottom: 20px;
}

#top .location {
  font-size: 24px;
  line-height: 1.2;
}

#top .time {
  font-size: 16px;
  line-height: 2;
}

#top .status {
  font-size: 13px;
  line-height: 1.4
}

#left-information {
  color: #212121;
}

#left-information .thumbnail {
  float: left;
  height: 64px;
  width: 64px;
  top: 5px;
  position: relative; 
}

#left-information .temperature {
  float: left;
  margin-top: -3px;
  padding-left: 10px;
  font-size: 64px;
}

#left-information .unit {
  float: left;
  margin-top: 6px;
  font-size: 20px;
}

#right-information {
  float: right;
  padding-left: 5px;
  line-height: 22px;
  padding-top: 2px;
  min-width: 43%;
  font-weight: lighter;
}

#forecast {
  padding-top: 10px;
  clear: both;
}

#forecast ul {
  padding: 0;
  margin: 15px 0 5px 0;
}

#forecast ul li {
  display: inline-block;
  height: 90px;
  width: 73px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 420px){
	#right-information {
		float: left;
	}
}
