<style>
    body {
        font-family: 'Ubuntu', sans-serif;
    }

    .col-0 {
        width: 0%;
        float: left;
        overflow: hidden;
        border: 0;
    }
    
    .buy {
        background: Crimson;
        color: ivory;
        text-align: center;  
    }
    
    .sell {
        background: SlateBlue;
        color: ivory;
        text-align: center;  
    }
    
    .ui-autocomplete {
        z-index: 5000;
    }
    
    [id*="btn_"] {
        background: transparent;
        border: 0;
    }

    [id*="result_"] {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    /*--------------------MAP-------------------------------------------*/
    #result-container {
        height:625px;  /* The height is 625 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

    #map-container {
        height:700px;  /* The height is 625 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

       #map-canvas {
        height:600px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
  .labels {
     color: white;
     background-color: black;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 16px;
     font-weight: bold;
     text-align: center;
     width: 60px;
     border: 2px solid black;
     white-space: nowrap;
   }
   .iw {
          text-align: center;
          font-size: 20px;
          color: MidnightBlue;
       }
    #display_by {
        position: absolute;
        top: 65px;
        left: 0%;
        z-index: 5;
        background-color: #000000;
        padding: 0px;
        margin: 0px;
        border: 0px solid #999;
        text-align: center;
        font-family: 'Ubuntu','sans-serif';
        line-height: 35px;
        padding-left: 0px;
      
    /*.col-centered{
        float: none;
        margin: 0 auto;*/
    }
 }


</style>