
 .weather-loc {
   position: absolute;
    cursor: pointer;
    background: #fff;
    bottom: 2px;
    z-index: 100;
    color: #8C90BC;
   border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    display: none;
  }
  .weather-loc-icon{
    float:left;
  }



.weather-loc-information {
    float: left;
    padding-left: 10px;
    /* padding: 5px; */
    padding-right: 5px;
    padding-top: 5px;
}


.weather-loc-info-detail{
    clear: both;
    padding-left: 20px;
    padding-right: 25px;
}
.weather-loc-line {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.weather-loc-line span{
  padding-left: 5px;
}
.weather-loc-info-detail{
  display:none;
}

