#post-29,#post-22, #primary, #content, #content > .container, #content > .container > .row{
  padding: 0 !important;
  margin: 0 !important;
}
#content > .container{
  max-width: 100% !important;
}
.entry-content p{
  margin: 0 !important;
}
a:visited{
  color: inherit;
}
.banners{
  list-style: none;
  margin: 0;
  padding: 0;
}
.banners li{
  overflow: auto;
}
.banners li .container{
  padding: 20px 25px;
  overflow: auto;
}
.banners li.mainTitle > .container{
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 45px;
}
.mainTitle{
  background: #2471A3;
  color: white;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: bold;
}
.mainTitle .weatherIcon{
  margin-right: 5px;
}
/* nowPicture */
.nowPicture, .banners li.blue{
  background: #2471A3;
}
.nowPicture #nowPictureSelect{
  display: none;
}
.banners li.nowPicture .container{
  padding-top: 10px;
}
.nowPicture ul{
  padding: 0;
  display: flex;
  justify-content: center;
}
.nowPicture li{
  width: 200px;
  background: #212F3C;
  overflow: hidden;
}
.nowPicture li a{
  text-decoration: none;
}
.nowPicture li:hover .name{
  background: rgba(19, 168, 138,0.9);
}
.nowPicture li a:hover{
  text-decoration: none;
}
.nowPicture .name{
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 5px;
}
.nowPicture .name.smg{
  background: #009688;
}

.nowPicture li img{
  width: 100%;
  margin-bottom: -4px;
}
/* nowPicture */
/* nowWeather */
.nowWeather{
  background: #F6F6F6;
}
.nowWeather .main{
  display: flex;
  margin-bottom: 10px;
}
.nowWeather .selectMap{
  flex: 1;
}
.nowWeather .mapReport{
  flex: 3;
  display: flex;
}
#selectMapSelect{
  display: none;
}
.selectMap ul{
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #212F3C;
  color: white;
}
.selectMap ul li{
  flex: 1;
  cursor: pointer;
  border: 1px solid #717D7E;
  border-top: none;
  padding: 5px;
  text-align: center;
}
.selectMap ul li:first-child{
  border-top: 1px solid #717D7E;
}
.selectMap ul li.separator{
  border-bottom: 2px solid #009688;
}
.selectMap ul li:hover{
  background: #34495E;
}
.selected{
  background: #009688 !important;
}
#macauMap{
  flex: 2;
  margin: 0;
  position: relative;
}
#mapTitle{
  position: absolute;
  top: 0;
  right: 15px;
  color: white;
  background: #212F3C;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;

  letter-spacing: 1px;
}
#macauMapChart{
  height: 100%;
}
.highcharts-name-g896, .highcharts-name-path913{
  cursor: default;
}
.mapDataLabel{
  cursor:pointer;
  font-size: 15px;
  text-shadow: 1px 1px 0 black;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, .6);
  padding: 3px;
}
.mapDataLabel.windDirNoValue{
  position: absolute;
  left: -8px;
}
.mappointDataLabel{
  cursor:pointer;
  font-size: 14px;
  text-shadow: 1px 1px 0 black;
  font-weight: bold;
  color: white;
}
.windDirMappoint{
  color: white;
  font-size: 35px;
  font-weight: normal;
  font-family: weathericons;
}
.mapCursor{
  cursor: pointer;
}
.highcharts-tooltip{
  z-index: 9999;
}
.chart-tooltip{
  border: 3px solid #2471A3;
  padding: 6px;
  background: white;
  font-size: 13px;
}
.chart-label{
  z-index: 1 !important;
  position: absolute;
  text-shadow: 1px 2px black;
  background: black;
  line-height: 27px;
  border-radius: 100%;
  cursor: pointer;
}

#dataTableContainer{
  flex: 1;
}
#dataTable{
  color: white;
  padding: 10px 10px;
  background: #212F3C;

}
#dataTable .title{
  font-size: 18px;
  font-weight: bold;
  margin: 0 1px 5px 1px;
  padding: 3px;
  text-align: right;
  border-bottom: 2px solid white;
}
#dataTable ul{
  padding: 0;
}
#dataTable ul li{
  cursor: pointer;
  border-top: none;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  margin: 2px 1px;
  background: #009688;
  transition: .3s all ease-out;
}
#dataTable ul li:hover{
  background: #45B39D;
}
#dataTable ul li.active{
  background: #FF8F00 !important;
}
#dataTable ul li.windDir{
  padding: 5px 8px;
}
#dataTable ul li .stnName{
  float: left;
  flex: auto;
  letter-spacing: 1px;
}
#dataTable ul li .value{
  flex: auto;
  text-align: right;
}
#dataTable ul li .valueTime{
  font-weight: normal;
  margin-left: 3px;
}
#dataTable ul li.windDir .value{
  font-size: 14px;
}
#dataTable ul li.veryHot{
  background: #922B21;
}
#dataTable ul li.veryHot:hover{
  background: #A93226;
}
#dataTable ul li.veryCold{
  background: #154360;
}
#dataTable ul li.veryCold:hover{
  background: #1B4F72;
}
#dataTable ul li.cold{
  background: #2980B9;
}
#dataTable ul li.cold:hover{
  background: #5499C7;
}
#dataTable ul li.hurricane{
  background: #5B2C6F;
}
#dataTable ul li.hurricane:hover{
  background: #6C3483;
}
#dataTable ul li.storm{
  background: #76448A;
}
#dataTable ul li.storm:hover{
  background: #884EA0;
}
#dataTable ul li.gale{
  background: #CB4335;
}
#dataTable ul li.gale:hover{
  background: #E74C3C;
}
#dataTable ul li.strong{
  background: #E67E22;
}
#dataTable ul li.strong:hover{
  background: #EB984E;
}
#dataTable ul li.yellow{
  background: #D4AC0D;
}
#dataTable ul li.yellow:hover{
  background: #F1C40F;
}
#dataTable ul li.red{
  background: #B03A2E;
}
#dataTable ul li.red:hover{
  background: #CB4335;
}
#dataTable ul li.black{
  background: #76448A;
}
#dataTable ul li.black:hover{
  background: #884EA0;
}
#dataTable ul li.noValue{
  background: #839192;
}
#dataTable ul li.noValue:hover{
  background: #95A5A6;
}
#dataTable .tips{
  font-size: 12px;
  text-align: right;
  margin-right: 1px;
}
.data{
  display: none;
}
#stnChartContainer{
  background: #212F3C;
  position: relative;
}
#stnElementChart, #stnsElementChart{
  height: 300px;
  margin-top: 10px;
}
#stnElementChart .highcharts-tooltip > span{
  z-index: 9999;
  background-color: rgba(244, 246, 246, 0.9);
  padding: 7px;
  border: 2px solid red;
}
#stnsElementChart .highcharts-tooltip > span{
  z-index: 9999;
  background-color: rgba(244, 246, 246, 0.9);
  padding: 7px;
  border: 2px solid #f83;
}
#stnChartContainer .closeBtn{
  padding: 3px;
  font-size: 15px;
  background: #EBEDEF;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #EBEDEF;
  transition: .3s all ease-out;
}
#stnChartContainer .closeBtn:hover{
  background: white;
  border-color: #2471A3;
}
/* nowWeather */
/* extraInfo */
.weatherIcon{
  font-family: weathericons;
}
ul.extraInfo {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  margin-bottom: 20px;
}
.card{
  background: white;
  display: block;
  border: none;
  border-radius: 0 !important;
}
.card .title{
  font-size: 20px;
  margin-left: 5px;
  padding: 8px;
  font-weight: bold;
}
.extraInfo .card{
  flex: 1;
  margin-right: 10px;
  position: relative;
  padding-bottom: 15px;
}
.extraInfo .card:last-child{
  margin-right: 0;
}
.extraInfo .title.smg{
  color: #009688;
}
.extraInfo .title a{
  text-decoration: none;
}
.extraInfo .title a:hover{
  text-decoration: underline;
}
.extraInfo .card .content{
  padding: 0 13px;
  margin-bottom: 5px;
}
.extraInfo .card .updateTime{
  text-align: right;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: 5px;
  right: 13px;
}
.extraInfo .stn{
  font-weight: bold;
  font-size: 15px;
}
.extraInfo .stn.main{
  font-size: 40px;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 5px;
}
.extraInfo .stn.main .stnName{
  color: #99A3A4;
  font-size: 15px;
  margin-right: 5px;
  font-weight: normal;
}
.card.windIndex .stn.main .stnName{
  width: 100%;
  display: block;
}
.extraInfo .mainDes{
  font-size: 20px;
}
/* extraInfo */
/* stationChart */
.stationChart.card{
  padding: 10px;
}
.stationChart .title{
  border-bottom: 3px solid #009688;
  font-size: 22px;
  padding: 5px;
  margin: 0;
}
.stationChart .title .weatherIcon{
  margin-right: 10px;
}
.stationChart .title .tips{
  float: right;
  font-size: 15px;
  font-weight: normal;
  margin-top: 11px;
}
.stationChart .subtitle{
  background: #212F3C;
  margin-top: 3px;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.selectStn ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.selectStn ul li{
  flex: auto;
  background: #009688;
  padding: 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #F2F3F4;
  border-bottom:1px solid #F2F3F4;
}
.selectStn ul li:hover{
  background: #45B39D;
}
.stationChart .msg{
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #909497;
}
.stationChart .closeBtn{
  margin: 10px auto;
  width: 83px;
  background: white;
  padding: 5px 6px;
  border: solid 1px #1177aa;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}
.stationChart .closeBtn:hover{
  background: #E5E7E9;
}
.stationChartsContainer{
  padding-top: 10px;
}
.stationChartsContainer li{
  height: 400px;
}
.stationChart .highcharts-tooltip > span{
  z-index: 9999;
  background-color: rgba(244, 246, 246, 0.9);
  padding: 7px;
  border: 2px solid red;
}
.stationChart #windDirChart .highcharts-tooltip > span, #windSpeedChart .highcharts-tooltip > span, #rainfallChart .highcharts-tooltip > span, #windChillChart .highcharts-tooltip > span{
  border-color: #002f80;
}
.stationChart #pressureChart .highcharts-tooltip > span, #statPressureChart .highcharts-tooltip > span{
  border-color: #1e2023;
}
/* stationChart */
@media screen and (max-width: 991px) {
  .banners li .container{
    padding: 20px 25px !important;
  }
  .banners li.nowPicture .container{
    padding-top: 10px !important;
  }
  .banners li.mainTitle > .container{
    padding-top:10px !important;
    padding-bottom:5px !important;
    padding-left: 35px !important;
  }
  .nowPicture ul{
    flex-wrap: wrap;
  }
  .nowPicture li{
    width: 25%;
  }
  .nowPicture li .name{
    font-size: 15px;
  }
  .nowWeather .main{
    flex-direction: column;
  }
  .nowWeather .selectMap{
    margin-bottom: 10px;
  }
  .selectMap ul{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .selectMap ul li{
    flex: auto;
    padding: 10px;
    border-top: 1px solid #717D7E;
  }
  .selectMap ul li.separator{
    border-bottom: 1px solid #717D7E;
  }
  #macauMapChart{
    height: 500px;
  }
  #dataTable .title, #mapTitle{
    font-size: 16px;
    z-index: 9999;
  }
  #dataTable ul li{
    font-size: 14px;
  }
  #dataTable .tips{
    display: none;
  }
  .extraInfo{
    flex-wrap: wrap;
  }
  .extraInfo .card{
    width: calc(50% - 10px);
    flex: auto;
  }
  .extraInfo .card:nth-child(even){
    margin-right: 0;
  }
  .extraInfo .card:nth-child(3), .extraInfo .card:nth-child(4){
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  select{
      font-size: 16px !important;
  }
  .banners li .container{
    padding: 8px !important;
  }
  .banners li.mainTitle > .container{
    text-align: center;
    padding-left: 8px !important;
  }
  .nowPicture #nowPictureSelect{
    display: block;
    width: 100%;
  }
  .nowPicture li{
    display: none;
    width: 100%;
  }
  .nowPicture li .name{
    display: none;
  }
  .nowPicture li:first-child{
    display: block;
  }
  #selectMapSelect{
    display: block;
    width: 100%;
  }
  .selectMap ul{
    display: none;
  }
  .mapReport{
    flex-direction: column;
  }
  #macauMapChart{
    height: 500px;
  }
  #stnChartContainer{
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -155px;
    width: 100vw;
    left: 0;
    height: 310px;
    background: rgba(0, 0, 0, .9);
    border: 1px solid white;
    z-index: 999999;
    -webkit-user-select: none;
    user-select: none;
  }
  ul.extraInfo{
    margin-bottom: 0px;
  }
  .extraInfo .card{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0 !important;
    flex: auto;
  }
  .card.stationChart{
    margin-top: 10px;
  }
  .stationChart .title{
    overflow: auto;
    font-size: 19px;
  }
  .stationChart .title .tips{
    width: 100%;
  }
  #stnChartReplace .multipleCharts{
    height: 400px;
  }
}
