diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index e01d3b8ceaa925afee1ca43537a2de8137b9b9e4..a96203829c54b855d0141adcd9bd300d703cbc5a 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -622,7 +622,7 @@ input[type="checkbox"]:checked+label {
 /* ----- visualized process ----- */
 .visualprocess {
     float: left;
-    margin-top: 1em;
+    margin: 2em 0 1em;
 }
 
 .visualprocess .process {
@@ -656,7 +656,7 @@ input[type="checkbox"]:checked+label {
 
 /* ----- replacemets with templates ----- */
 span.replace {
-    background: #fea;
+    background: #fc8;
     font-weight: bold;
 }