 #tabs {
  display: none;
  position: absolute;
  width: 514px;
  top: 40px;
  left: -480px;
  z-index: 999;
  border-radius: 5px;
}
.lText {
  font-size: 18px;
  padding-left: 20px;
}
.lImg {
  height: 20px;
  width: 20px;
}
.topBtns {
  position: relative;
  top: 10px;
  display: inline-block;
  z-index: 9998;
}
.btns {
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #8b9ec3;
  border-radius: 6px;
  padding: 0 20px 0 20px;
  margin-left: 14px;
  background: white;
  height: 26px;
  color: #666;
  cursor: pointer;
}
#sourcesDiv {
  display: none;
  top: -36px;
  width: 380px;
  height: 212px;
  z-index: 9999;
}
.dataTtl {
  color: #7b7f82;
  font-family: sans-serif;
  font-size: 16px;
  position: relative;
  float: left;
  top: 19px;
  left: 42px;
}
.lSrc {
  font-size: 14px;
  font-family: sans-serif;
  color: #555;
  position: relative;
  padding-left: 6px;
  bottom: 3px;
}
/* =============================================================================
   Social Media
*/
#smFb {
  position: relative;
  bottom: -4px;
  width: 36px;
  height: 36px;
}
#smTw {
  position: relative;
  bottom: -8px;
  width: 36px;
  height: 36px;
}
#smIn {
  position: relative;
  bottom: -8px;
  width: 36px;
  height: 36px;
}
/* =============================================================================
   In the news
*/
#inTheNews {
  position: absolute;
  top: 34px;
  right: 0px;
  width: 300px;
  height: 100%;
  border-left: 2px #a2c1d0 solid;
  background: rgba(253, 253, 253, .94);
  z-index: 997;
  overflow: auto;
  font-family: sans-serif;
  color: #555;
}
.newsDate {
  padding: 6px 0px 6px 8px;
  font-size: 20px;
}
.newsTitle {
  color: #0565b1;
  font-size: 14px;
  padding: 0px 0px 4px 0px;
  text-decoration: none;
  cursor: pointer;
}
.newsHeader {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #a2c1d0;
  height: 34px;
  width: 300px;
  z-index: 900;
  border-left: 2px solid #a2c1d0;
  border-radius: 8px 0 0 0;
  text-align: center;
}
.newsSpan {
  position: relative;
  top: 7px;
  padding-right: 13px;
  font-family: sans-serif;
  font-size: 20px;
  color: #555;
}
#newsClose {
  position: relative;
  float: right;
  height: 24px;
  width: 20px;
  right: 20px;
  top: 4px;
  cursor: pointer;
}
.newsImage {
  float: left;
  width: 120px;
  margin: 0px 6px 0px 0px;
  border-radius: 4px;
  border: 2px #c7c4c4 solid;
}
.newsContent {
  font-size: 11px;
  line-height: 14px;
}
#moreNews {
  position: relative;
  left: 84px;
  cursor: pointer;
}
/* =============================================================================
   Overrides */
.leaflet-control-layers{
  right: 500px;
}
.leaflet-touch .leaflet-control-geocoder-icon {
    width: 32px;
    height: 32px;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}