github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/js/jvectormap/jquery-jvectormap-1.2.2.css (about)

     1  .jvectormap-label {
     2      position: absolute;
     3      display: none;
     4      border: solid 1px #CDCDCD;
     5      -webkit-border-radius: 3px;
     6      -moz-border-radius: 3px;
     7      border-radius: 3px;
     8      background: #292929;
     9      color: white;
    10      font-size: smaller;
    11      padding: 2px 5px;
    12  }
    13  
    14  .jvectormap-zoomin, .jvectormap-zoomout {
    15      position: absolute;
    16      left: 10px;
    17      -webkit-border-radius: 3px;
    18      -moz-border-radius: 3px;
    19      border-radius: 3px;
    20      background: #ccc;
    21      padding: 3px;
    22      color: white;
    23      width: 16px;
    24      height: 16px;
    25      cursor: pointer;
    26      line-height: 10px;
    27      text-align: center;
    28  }
    29  
    30  .jvectormap-zoomin {
    31      top: 10px;
    32  }
    33  
    34  .jvectormap-zoomout {
    35      top: 30px;
    36  }
    37  
    38  @media (max-width: 767px) {
    39      #world_map{
    40          height: 240px;
    41      }
    42  }