#mapi{width: 1280px; height: 720px;margin: 0 auto;}
#controls,#title,#information{width: 1280px;margin: 0 auto;}

@media screen and (min-width: 980px) /* Desktop */ {
    #mapi{width: 1280px; height: 720px;margin: 0 auto;}
    #controls,#title,#information{width: 1280px;margin: 0 auto;}
  }
  
  @media screen  and (max-width: 979px) /* Tablet */ {
    #mapi{width: 960px; height: 500px;margin: 0 auto;}
    #controls,#title,#information{width: 960px;margin: 0 auto;}
  }
  
  @media screen and (max-width: 500px) /* Mobile */ {
    #mapi{width: 400px; height: 300px;margin: 0 auto;}
    #controls,#title,#information{width: 400px;margin: 0 auto;}
  }

#container-map,#body{ margin:0; padding:0; }

body{
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
}

#map { 
    position:absolute; 
    top:10%; left:0; 
    height:90%; width:100%; 
    transition: all 0.3s; }



#controls{
    line-height: 1.85;
}
#fullTooltip { 
    position:absolute;
    display: none; 
    top:10%; right:0; 
    height:100%; width:0%; 
    transition: all 0.3s;
    word-wrap: break-word; 
    font-size: smaller;}


    .modal {
        display:    none;
        position:   fixed;
        z-index:    1000;
        top:        0;
        left:       0;
        height:     100%;
        width:      100%;
        background: rgba( 255, 255, 255, .8 ) 
                    url('http://i.stack.imgur.com/FhHRx.gif') 
                    50% 50% 
                    no-repeat;
    }
    
    /* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */
    body.loading .modal {
        overflow: hidden;   
    }
    
    /* Anytime the body has the loading class, our
       modal element will be visible */
    body.loading .modal {
        display: block;
    }

    .map-overlay {
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.8);
        margin-right: 20px;
        font-family: Arial, sans-serif;
        overflow: auto;
        border-radius: 3px;
		z-index:1500;
      }
    
      #legend {
        padding: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        line-height: 18px;
        height: 112px;
        margin-bottom: 40px;
        width: 102px;
      }
      
      .legend-key {
        display: inline-block;
        border-radius: 20%;
        width: 10px;
        height: 10px;
        margin-right: 5px;
      }
