.flexRoute{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-center;width:100%}
.fleXcontent{display:flex;width:99%;height:auto;border-radius:5px;overflow:hidden;border:2px solid #c9ff89;margin-top:10px;margin-left:auto;margin-right:auto}
#map_canvas1{width:100%;height:406px}
#plan{display:flex;flex-direction:column;width:99%;height:auto;margin-left:auto;margin-right:auto}
#codfr{display:flex;width:200px;height:230px;border-radius:5px;border:2px solid #c9ff89;padding:1%;margin-left:auto;margin-right:auto;margin-bottom:20px}
#routeText{display:flex;width:100%;font-family:'Petit Formal Script',cursive;font-size:.82em;color:#e7ffb0;padding-top:.7em;padding-bottom:.5em}
@media(min-width:748px){
.flexRoute{display:flex;flex-direction:row;flex-wrap:no-wrap;justify-content:flex-center;width:100%;margin-bottom:10px}
.fleXcontent{display:flex;width:64%;height:auto;border-radius:5px;overflow:hidden;margin-top:19px;border:2px solid #c9ff89;margin-right:auto}
#map_canvas1{width:100%;height:406px}
#plan{display:flex;flex-direction:column;margin-top:19px;display:flex;width:200px;height:auto;padding:1%;padding-top:0}
#codfr{width:200px;height:230px;border-radius:5px;border:2px solid #c9ff89;padding:1%;margin-left:auto;margin-right:auto}
#routeText{display:flex;width:200px;font-family:'Petit Formal Script',cursive;font-size:.82em;color:#e7ffb0;padding-top:0;padding-bottom:1em}
}