Мой маршрут
+
diff --git a/public/css/style.css b/public/css/style.css
index 60edc2f..317c805 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -27,6 +27,9 @@ div#footer table{}
#wayPoints .wayPoint {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
#wayPoints .wayPoint span {font-weight: bold; color: red;}
-#routes {margin-bottom: 10px;}
+#routeWindow {display: none;position: absolute; top: 35px; right: 7px; left: auto; max-width: 320px; width: 320px; bottom: 55px;}
+#routeWindow .popover-content {overflow-y: scroll; bottom: 45px; position: absolute; top: 36px;}
+#routeWindow .buttons {bottom: 3px; position: absolute;}
+#routes {margin-bottom: 10px; height: 200px; background-color: #ff9999;}
#routes .route {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
#routes .route span {font-weight: bold; color: red;}