diff --git a/src/images/send.png b/src/images/send.png
new file mode 100644
index 0000000000000000000000000000000000000000..674f6fff6f91d1868493fbef0e2f2719a50ef8ba
Binary files /dev/null and b/src/images/send.png differ
diff --git a/src/styles/layout/events/events.scss b/src/styles/layout/events/events.scss
index 1c10531d8761614f8a1e3dbe72bdc37abae8a3d4..23ab28ee4820738bbe2365af7a56a42a50e934b9 100644
--- a/src/styles/layout/events/events.scss
+++ b/src/styles/layout/events/events.scss
@@ -1,3 +1,7 @@
+solid-event section {
+    max-width: 1400px;
+    margin: auto;
+}
 #events,
 #circle-events {
     width: 100%;
@@ -72,7 +76,7 @@
             }
             [name="name"] {
                 font-family: "RefrigeratorDelxW01Bold";
-                font-size: 2.2rem;
+                font-size: 1.8rem;
                 line-height: 2.6rem;
                 letter-spacing: 0.32px;
                 color: #063B5C;
diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss
index 1ef42e9788cc128e10f94965b7ef63ff45039b69..f300770bcf6a11c191399c7780ce1614544d48aa 100644
--- a/src/styles/layout/polls/_polls.scss
+++ b/src/styles/layout/polls/_polls.scss
@@ -1,3 +1,7 @@
+solid-poll > div {
+    max-width: 1400px;
+    margin: auto;
+}
 #polls,
 #circle-polls {
     h2 {
@@ -239,6 +243,7 @@
         .vote-section,
         .share-vote {
             font-family: Facit;
+            padding: 15px 25px; 
         }
         .vote-tab-content h3::before {
             font-family: "Material Design Icons";
@@ -280,6 +285,11 @@
         #unavailablePoll {
             font-style: italic;
         }
+        .progressBarValue {
+            height: 25px;
+            line-height: 25px;
+            padding-left: 5px;
+        }
         .send-share,
         .back-to-list {
             background-color: #3A3A3A;
@@ -303,6 +313,46 @@
                 content: "\F48A";
             }
         }
+        .vote-debate-content .border-content.padded {
+            padding: 0;
+            .debate-tab-content sib-conversation {
+                width: 100%;
+                .sib-conversation {
+                    .conversation-item {
+                        position: relative;
+                        [name="conversation-subhead"] {
+                            position: absolute;
+                            top: 4px;
+                        left: 200px;
+                        font-size: 1.3rem;
+                        color: #aaa;
+                    }
+                            [name="conversation-author"] {
+                                font-size: 1.3rem;
+                            }
+                        }
+                    .conversation-form {
+                        border-top: 1px solid #ddd !important;
+                        textarea {
+                            background-color: transparent;
+                            border: none;
+                            font-size: 1.4rem;
+                        }
+                    }
+                    input[type="submit"] {
+                        text-indent: -999px;
+                        width: 30px;
+                        background: url(../images/send.png) no-repeat center;
+                        background-size: auto;
+                        background-size: contain;
+                        border: none;
+                        position: absolute;
+                        right: 15px;
+                        top: calc(50% - 11px);
+                    }
+                }
+            }
+        }
         .poll-footer {
             padding: 20px 0 40px;
             .back-to-list {
@@ -325,7 +375,7 @@
     #add-survey {
             background-color: white;
             padding: 50px 0;
-            margin: -20px 0;
+            margin: -20px auto;
         h2 {
             font-family: "RefrigeratorDelxW01Bold";
             font-size: 3.2rem;
diff --git a/src/styles/layout/resources/resources.scss b/src/styles/layout/resources/resources.scss
index 5c32d38b885730374c9a0212047dc45c5c302d62..23781545c1def1e6f6da2001f8135dc601592b08 100644
--- a/src/styles/layout/resources/resources.scss
+++ b/src/styles/layout/resources/resources.scss
@@ -79,6 +79,7 @@
                 }
             }
             .resourcedetail {
+                background-color: transparent;
                 [name="name"] {
                     font-family: "RefrigeratorDelxW01Bold";
                     font-size: 3.2rem;
@@ -88,6 +89,12 @@
                 [name="infotext"] {
                     justify-content: flex-start;
                 }
+                .sib-conversation {
+                    background-color: white;
+                    textarea {
+                        background-color: transparent;
+                    }
+                }
             }
             .newresource label div, 
             .newresource sib-form-file div label {