html,body{width:100%;height:100%}#gpsinput>div{justify-content:center;display:flex}main{flex-direction:column-reverse;width:100%;height:100%;display:flex;position:relative}#gpsinput{z-index:1;background-color:silver;flex-direction:column;justify-content:end;width:100%;margin-bottom:10px;display:flex}@media only screen and (orientation:landscape){#gpsinput{flex-direction:row;justify-content:center}#gpsinput input,#gpsinput button{margin:10px}}@media only screen and (device-width<=768px) and (orientation:portrait){#gpsinput input,#gpsinput button{font-size:150%}}@media only screen and (device-height<=768px) and (orientation:landscape){#gpsinput input,#gpsinput button{font-size:120%}}
