diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss
index c794ef242205ac1d53cae32dc4d95a8667374802..241f2cdba2eff977cfb4a447452bc370d74abaec 100644
--- a/src/styles/layout/polls/_polls.scss
+++ b/src/styles/layout/polls/_polls.scss
@@ -273,16 +273,16 @@ solid-poll > div {
         div[name="progressBar"] div .progressBarValue {
             margin: 0;
         }
-        #poll-votes-form input[type="submit"] {
+        .poll-votes-form input[type="submit"] {
             height: 38px;
             width: 149px;
             border-radius: 19px;
             box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
         }
-        #poll-votes-form input[type="submit"]:disabled {
+        .poll-votes-form input[type="submit"]:disabled {
             opacity: 0.3;
         }
-        #unavailablePoll {
+        .unavailablePoll {
             font-style: italic;
         }
         .progressBarValue {