h5.modal-title {
  font-weight: bold;
  float: left;
  font-size: 25px;
}
.temp-hidden {
  display: none;
}
.tab-camera img.logo {
  width: 375px;
}
.tab-camera {
  padding-top: 10px;
}
.tab-camera div.form-inline {
  margin-top: 0;
  margin-bottom: 15px;
}
.tab-camera div.form-inline select {
  opacity: 1;
}
.tab-camera div.form-inline .form-control {
  width: auto !important;
}
.camera-newest img {
  max-width: 100%;
}
.camera-newest-time {
  text-align: center;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  margin-top: 5px;
}
.camera-small-images {
  margin-top: 20px;
}
.camera-small-images .small-image p {
  margin-top: 20px;
  text-align: center;
  border: 1px solid #999999;
  border-bottom: none;
}
#main_tab img,
.tab-camera img {
  max-width: 100%;
}
#main_tab img.logo {
  height: 327px;
}
.widget {
  font-family: Roboto, serif;
  background-image: linear-gradient(to right, #166CAD , gainsboro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: fit-content;
  color: white;
  max-width: 100%;
  margin: 0 auto 10px auto;
}

.widget .child-1 {
  padding: 20px 10px 20px 20px;
}

.widget .child-2 {
  padding: 10px 20px 20px 10px;
  text-align: center;
}

.child-2 img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.w-date {
  font-size: 22px;
}

.w-location {
  font-size: 17px;
  margin-bottom: 20px;
}

.w-temperature {
  font-size: 30px;
  font-weight: bold;
}

.area-title {
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid #2b2b2b;
  margin-bottom: 20px;
}

.pb-2 {
  padding-top: 20px;
}