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: 100px !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 {
  font-family: 'Sawarabi Gothic', sans-serif;
}
.camera-small-images .small-image p.img-time {
  margin-top: 20px;
  text-align: center;
  border: 1px solid #999999;
  border-bottom: none;
  margin-bottom: 0;
  padding: 5px;
}
.small-image img {
  width: 100%;
}
.area-weather-info {
  border: 1px solid #999999;
  border-top: none;
  padding: 4px 6px 0 6px;
}
.area-weather-info p {
  margin-bottom: 5px;
}
#main_tab img,
.tab-camera img {
  max-width: 100%;
}
#main_tab img.logo {
  height: 327px;
}
.widget {
  font-family: 'Sawarabi Gothic', sans-serif;
  background-image: linear-gradient(to right, #166CAD , gainsboro);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  margin: 0 auto 10px auto;
  font-size: 16px;
  width: 620px;
  max-width: 100%;
}
.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;
}
.area-title.section-title {
  font-size: 25px;
  margin-top: 40px;
  color: #337ab7;
  border-bottom-color: #337ab7;
}
.pb-2 {
  padding-top: 20px;
}
.sub-link a {
  color: #6699FF !important;
}
tbody tr td, th {
  text-align: center;
}
.c-pointer {
  cursor: pointer;
}
.main-tab .camera_newest {
  padding-right: 20px;
}

.camera_newest {
  width: 640px;
  max-width: 100%;
  padding-bottom: 10px;
}
.camera_newest img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .camera_newest {
    padding-right: 0 !important;
  }
  .widget {
    width: 640px;
  }
  .widget .child-1,
  .widget .child-2 {
    padding: 5px !important;
  }
}
.widget-auto-height .area-weather-info {
  min-height: 55px;
}
.pt-2 {
  padding-top: 10px;
}