/* ========================================================================
 * GMAP3
 * ======================================================================== */
#panel-box{
  background-color: rgba(255, 255, 255, 0.51);
  width:180px;
  height:64px;
  font-size:11px;
  padding: 5px;
  &:hover{
    background: @white;
  }
  .line-panel{
    overflow:auto;
    clear:both;
    height:18px
  }
  #lng-west{
    border-bottom:0px;
  }
  .name{
    width:50px;
    float:left;
    font-size:13px;
    line-height:16px;
  }
  .value{
    float:left;
    font-size:11px;
    line-height:15px;
    &:before{
      content: ": ";
    }
  }
}

.map{
  width: 100%;
  height: 300px;
  &.map-lg{
    height: 400px;
  }
}
.map-continent{
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}