<style>
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #map {
    height: 100%;
  }
  .controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  #origin-input,
  #destination-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
  }

  #origin-input:focus,
  #destination-input:focus {
    border-color: #4d90fe;
  }

  #mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin-left: 12px;
    padding: 5px 11px 0px 11px;
  }

  #mode-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }

#map_wrapper { width:100%; height:100% position:relative;overflow:hidden; max-width:100%}
#map {  top:0; left:0; position:absolute; width: 100%; height: 100%}
#over_map {  position: relative;  z-index: 10; top:20% }
#tableStyle {margin-top:5%; width:30%; margin-left:2px}
#rowStyle {margin-left:3px; width : 40%; display:table-row; border:1px solid transparent; z-index:20; border:5px solid rgba(,200,200,1);}
#tableStyle1 { width:30%; margin-left:2px}
#colStyle1 {display:table-cell;-webkit-transition: width 50ms, height 20ms; width:80px; height:16px; background-color:#223344; opacity:0.5}
#colStyle {display:table-cell;-webkit-transition: width 50ms, height 20ms; width:80px; height:16px; background-color:#223344; opacity:0.7; }
</style>
