/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.ust-content {
  padding-top: 15px;
  line-height: 156%;
  color: #575757;
}
.ust-content h2 {
  font-size: 1.5em;
  line-height: 150%;
  color: #003367;
  margin-bottom: 10px;
  font-weight: 700;
}
.ust-content .intro {
  margin-bottom: 35px;
}
.ust-content .intro p {
  margin-bottom: 24px;
}
.ust-content .table-weather {
  border: 1px solid rgba(188, 190, 192, 0.21);
  margin-top: 40px;
  margin-bottom: 40px;
}
.ust-content .table-weather table {
  width: 100%;
}
.ust-content .table-weather table thead td {
  color: #003367;
  font-weight: 700;
  padding: 15px 10px;
  vertical-align: middle;
  background-color: rgba(111, 166, 220, 0.2);
  font-size: 20px;
}
.ust-content .table-weather table thead td:first-child {
  padding-left: 20px;
}
.ust-content .table-weather table tbody tr:nth-child(even) {
  background-color: rgba(111, 166, 220, 0.08);
}
.ust-content .table-weather table tbody tr:nth-child(even) td {
  padding: 10px;
}
.ust-content .table-weather table tbody tr:nth-child(odd) td {
  padding: 33px 10px 37px 10px;
}
.ust-content .table-weather table tbody tr td {
  line-height: 150%;
  vertical-align: middle;
  width: 100%;
}
.ust-content .table-weather table tbody tr td:first-child {
  line-height: 186%;
  font-weight: 700;
  color: #575757;
  padding-left: 20px;
  width: 45%;
}
.ust-content .table-weather .weather-images img {
  display: block;
  max-width: 100%;
}
.ust-content .table-weather .weather-images .item-image {
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ust-content .table-weather table tbody tr td:first-child {
    width: 30%;
  }
}
