#map {
    height: 700px;  
    width: 200px;
    margin-top: 50px; 
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    padding-right: 800px;
    border: 4px solid #b7a40b;
    width: 50%;
   }

#main{
    display: inline-flex;
     flex-flow: row wrap;
     float: left;
     overflow: hidden;
     width: 100%;
     padding-left: 60%;  
}

   #directions-panel {
   display: flex;
   flex-flow: column;
    margin-top: 70px;
    width: 40%;
    height: 700px;
    float: right;
    position: relative;
    text-align: left;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 55%;
  }

  #orders{
   display: flex;
   flex-flow:column;
   margin-left: 30%;
   width: 50%;
   margin-top: 50px;
  
  }
  
  #orders input{
    background-color: yellow;
    border: 3px solid gold;
    border-radius: 40px;
    padding: 5px;
  }

  #orders table td{
    border: 2px solid lightgrey;
    padding: 4px;
  }

  #orders table{
    margin-top: 20px;
    margin-left: 10%;
    margin-bottom: 5%;
    width: 80%;
  }

  #segments{
      background-color: yellow;
  }


  #finishButton{
    background-color: goldenrod;
    float: center;
    margin-bottom: 10%;
  }