.page_992 .morris-default-style .morris-hover-point {
  r: 2 !important;
  stroke-width: 2px;
  stroke: #fff;
  fill: #4499d9;
}
.page_992 .morris-default-style {
  r: 1 !important;
}
.page_992 .chart-header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 .chart-header {
    grid-template-columns: auto;
  }
}
.page_992 .period-selector {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: flex-end;
  justify-content: right;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 .period-selector {
    justify-content: center;
  }
}
.page_992 .period-btn {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 .period-btn {
    padding: 5px 7px;
    font-size: 12px;
  }
}
.page_992 .period-btn.active {
  background: #5d786f;
  color: white;
  border-color: #5d786f;
}
.page_992 .period-btn.-loading {
  color: transparent !important;
  position: relative;
}
.page_992 .period-btn.-loading:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(/images/loading51.gif);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-58%);
}
.page_992 ._morris .title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #56796F;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 ._morris .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.page_992 ._morris .morris-hover {
  position: absolute;
  background: #f1f1f1;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid gray;
  border-radius: 3px;
  top: 100% !important;
  transform: translateY(-10px);
}
.page_992 circle["r"=7] {
  fill: red !important;
}
.page_992 table {
  width: 100%;
  border-collapse: collapse;
  margin: 31px 0;
}
.page_992 table th,
.page_992 table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  font-size: 14px;
}
.page_992 table th {
  background-color: #f2f2f2;
}
.page_992 table tr {
  background-color: #fff;
}
.page_992 table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.page_992 .info-block {
  background-color: #ecedec;
  padding: 25px;
  border-left: 4px solid #56796F;
  margin: 20px 0;
  margin-bottom: 40px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 .info-block {
    border-left: none;
  }
}
.page_992 .wind-direction {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 12px;
  margin-right: 5px;
}
.page_992 ._grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media handheld,only screen and (max-width: 800px) {
  .page_992 ._grid {
    grid-template-columns: 1fr;
  }
}
.page_992 ._more {
  margin-top: 35px;
}
