.location-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start | stretch;-ms-flex-align:flex-start | stretch;align-items:flex-start | stretch}.location-map-wrapper{position:relative;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-flex-grow:4;-ms-flex-positive:4;flex-grow:4}.location-map{width:700px;height:550px}.location-history-wrapper{-webkit-order:2;-ms-flex-order:2;order:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;padding-left:1rem}.location-history{width:200px;height:550px;overflow-y:scroll}.location-history .location-reading{background:#888;color:#fff;display:block;margin:.4rem 0;padding:.4rem 0;border-radius:.2rem;width:170px;text-decoration:none;font-size:.8rem;cursor:pointer}.location-reading .coordinates{padding:0 .7rem}.location-reading .time{font-size:.7rem;padding:.1rem .7rem;font-style:italic}.location-reading .time:hover{background:#ea7000;color:#000}.location-history .location-reading:hover{background:#da6000}.location-history .location-reading:first-child{margin-top:0}.weather-information-wrapper{-webkit-order:3;-ms-flex-order:3;order:3;width:200px;padding-left:1rem}.weather-information{font-size:.8rem;width:calc(200px + 1rem)}.weather-information .summary{width:50px;float:left}.weather-information .summary:after{content:"";display:table;clear:both}.weather-information .icon.weather{width:50px;height:50px;background-position:center;background-repeat:no-repeat;background-size:contain;margin-bottom:.5rem}.weather-information .temperature{text-align:center}.weather-information .extra-info{padding-left:1rem;width:150px;float:left}.weather-information .description{font-weight:700;text-transform:lowercase}.weather-information .description:first-letter{text-transform:capitalize}.weather-information .wind .direction{font-weight:700}.no-historical-weather{display:none}.select-map-view{position:absolute;top:25px;width:700px;font-size:12px;text-align:right}.select-map-view a{text-decoration:none;padding-left:20px}.select-map-view a.disabled{cursor:default;color:inherit;opacity:.7}