Revert "Add Edges - Alpha"

This reverts commit 25cb685f1780ac8507d74a104d1569a2e13b476f.
diff --git a/css/styles.css b/css/styles.css
index 0343114..9e6fa07 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -37,19 +37,58 @@
   z-index: 110;
 }
 
-.addegde-button {
-	line-height: 20px;
-	font-size: 20px;
-	width: 100%;
-	background-color: rgba(200,0,0,0.4);
+#dialog-vertex, #dialog-edge{
+  padding: 8px;
+  user-select: auto;
 }
 
-.addegde-msg {
-	display: none;
-	line-height: 20px;
-	font-size: 20px;
-	width: 100%;
-	background-color: rgba(0,200,0,0.4);
+#dialog h2 {
+  font-weight: bold;
+  font-size: 20px;
+}
+
+#dialog h3 {
+  font-weight: bold;
+  font-size: 16px;
+  margin-bottom: 0;
+}
+
+#quit-dialog, #quit2-dialog {
+  position: absolute;
+  top: 8px;
+  right: 8px;
+}
+
+#min-dialog, #max-dialog {
+  position: absolute;
+  top: 8px;
+  right: 48px;
+}
+
+#min-dialog {
+  display: none;
+}
+
+#summary-dialog {
+  position: absolute;
+  top: 0px;
+  left: 0px;
+  width: 100%;
+  height: 100px;
+  background-color: white;
+  color: black;
+  z-index: 120;
+}
+
+#summary-vertex {
+  padding: 8px;
+  user-select: auto;
+}
+
+#summary-dialog h2 {
+  font-weight: bold;
+  font-size: 20px;
+  margin: 0;
 }
 
 #searchButton {