diff --git a/static_common/common/css/custom.css b/static_common/common/css/custom.css
index 3f26ff56455004b44ea1571fdb68f2299bfff3c7..037b544e3d26bbdaeac468f64864e475393e9eea 100644
--- a/static_common/common/css/custom.css
+++ b/static_common/common/css/custom.css
@@ -1,3 +1,28 @@
 .form-group.required {
     font-weight: bold;
-}
\ No newline at end of file
+}
+
+.form-text.text-muted {
+    font-size: 12px;
+}
+
+#id_description {
+    height: 100px;
+}
+
+#id_notes {
+    height: 150px;
+}
+
+#id_durations {
+    height: 75px;
+}
+
+#id_category {
+    width: 150px;
+}
+
+#id_present {
+    width: 150px;
+}
+