diff --git a/src/style.css b/src/style.css
index 3762de4854e6b8555b4e47cf2b485b286a25b5b7..bec794ce4d5f57088864f69fadf7a71532ea658f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -194,7 +194,7 @@ div.choice {
   padding: 7px;
   padding-left: 15px;
   margin-top: 5px;
-  transition: border-color 0.3s ease;
+  transition: border-color 0.3s ease, margin 0.3s ease;
 }
 
 div.choice:hover {
@@ -202,9 +202,10 @@ div.choice:hover {
 }
 
 div.selected {
-  color: #a0d9ff;
+  /*color: #a0d9ff;*/
   border-color: #007acc;
-  transition: border-color 1.5s ease, color 0.75s ease;
+  margin-left: 10px;
+  transition: border-color 1.5s ease, color 0.75s ease, margin-left 0.75s ease;
 }
 
 div.selected:hover {