diff --git a/css/custom.css b/css/custom.css
index 28e1601..172b18e 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -4,7 +4,9 @@
 }*/
 
 #ifthenelserule-edit-form select,
-#ifthenelserule-edit-form input {
+#ifthenelserule-edit-form input,
+#ifthenelserule-add-form select,
+#ifthenelserule-add-form input  {
   border-radius: 30px;
   background-color: white;
   padding: 2px 6px;
@@ -13,40 +15,49 @@
   width: 170px;
 }
 
-#ifthenelserule-edit-form input#edit-active {
+#ifthenelserule-edit-form input#edit-active,
+#ifthenelserule-add-form input#edit-active {
   width: auto;
 }
 
 #ifthenelserule-edit-form .node .control input,
-#ifthenelserule-edit-form .node .input-control input {
+#ifthenelserule-edit-form .node .input-control input,
+#ifthenelserule-add-form .node .control input,
+#ifthenelserule-add-form .node .input-control input{
   width: 140px;
 }
 
-#ifthenelserule-edit-form .node .control input[type="radio"] {
+#ifthenelserule-edit-form .node .control input[type="radio"],
+#ifthenelserule-add-form .node .control input[type="radio"]{
   width: auto;
 }
 
-#ifthenelserule-edit-form .node .control div.radio label {
+#ifthenelserule-edit-form .node .control div.radio label,
+#ifthenelserule-add-form .node .control div.radio label{
   display: inline;
 }
 
-#ifthenelserule-edit-form svg.connection {
+#ifthenelserule-edit-form svg.connection,
+#ifthenelserule-add-form svg.connection{
   width: 12px;
   height: 12px;
 }
 
-#ifthenelserule-edit-form #rete {
+#ifthenelserule-edit-form #rete,
+#ifthenelserule-add-form #rete{
   position: relative;
   display: block;
   overflow: visible !important;
   min-height: 500px;
 }
 
-#ifthenelserule-edit-form #edit-actions {
+#ifthenelserule-edit-form #edit-actions,
+#ifthenelserule-add-form #edit-actions{
   float: right;
 }
 
-#ifthenelserule-edit-form #edit-rete-container div.rete-container {
+#ifthenelserule-edit-form #edit-rete-container div.rete-container,
+#ifthenelserule-add-form #edit-rete-container div.rete-container{
   overflow: hidden;
   background-image: url(https://pixy.org/src/236/thumbs350/2360386.jpg);
 }
