.weatherwidget-container{
  height: 93%;
}

.forecast-container {
  width: 100%;
  /* background: #1e202b; */
  background: #323544;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.forecast-container .forecast {
  display: table-cell;
  /* display: block; */
  width: 20%;
  float: left;
  height: 100%;
}
.forecast-container .forecast:nth-child(even) {
  background-color: #262936;
}

.forecast-container .forecast .forecast-header {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  font-weight: 400;
}

.forecast-container .forecast .forecast-content {
  padding: 20px 0px;
  text-align: center;
  height: 100%;
}
.forecast-container .forecast .forecast-content .forecast-icon {
  margin-bottom: 20%;
}

.forecast-container .forecast .forecast-content canvas {
  width: 100%;
  position: relative;
  min-width: 0;
  min-height: 0;
  background: none;
  border: none;
}
.forecast-container .forecast .forecast-content .degree {
  font-size: 6vh;
  color: white;
  font-weight: 700;
  margin-top: 15px;
}
.forecast-container .forecast .forecast-content small {
  font-size: 16px;
  font-size: 1.1428571429em;
}

/* today */
.forecast-container .forecast.today {
  display: block;
  width: 100%;
}

.forecast-container .forecast.today .forecast-header {
  *zoom: 1;
  height: 30px;
}

.forecast-container .forecast.today .forecast-content {
  /* text-align: left; */
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}

.forecast-container .forecast.today .forecast-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.forecast-container .forecast .forecast-header .day {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.forecast-container .forecast.today .forecast-header .date {
  float: right;
}

.forecast-container .forecast.today .day {
  font-size: 40px;
  font-weight: 400;
  margin-left: 40px;
}
.forecast-container .forecast.today .degree {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
}
.forecast-container .forecast.today .degree .num {
  text-align: right;
  width: 50%;
  font-size: 19vh;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  margin-right: 20px;
}
.forecast-container .forecast.today .degree .forecast-icon {
  text-align: left;
  display: table-cell;
  width: 52%;
  vertical-align: middle;
}
.forecast-container .forecast.today .degree .forecast-icon canvas {
  width: 50%;
}
.forecast-container .forecast.today span {
  margin-right: 20px;
}
.forecast-container .forecast.today span img {
  margin-right: 5px;
  vertical-align: middle;
}

p,
span {
  margin: 0;
}

.mt-40 {
  margin-top: 40px;
}

.error {
  text-align: center;
  color: red;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.second {
  border-bottom: #1e202b;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 65%;
}

.first {
  height: 35%;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
