diff --git a/elections2021/templates/elections2021/_side_panel.html b/elections2021/templates/elections2021/_side_panel.html
index ba0a74b9113b1e4899b4884c79d2e999789f5f9a..15f8baec380781cd7e636169a81de243e9d14f98 100644
--- a/elections2021/templates/elections2021/_side_panel.html
+++ b/elections2021/templates/elections2021/_side_panel.html
@@ -18,7 +18,7 @@
         </button>
         <div class="checkbox form-field__control cta-cbox h-6">
           <input type="checkbox" name="confirmed" id="confirmed" required="">
-          <label for="confirmed" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label>
+          <label for="confirmed" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" class="underline" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label>
         </div>
       </form>
     </div>
diff --git a/elections2021/templates/elections2021/elections2021_home_page.html b/elections2021/templates/elections2021/elections2021_home_page.html
index 4828a1d1a4707e02ebccd1036bf114f39b1322b3..07e89815c38d8a25c814572bab65c9acb3016943 100644
--- a/elections2021/templates/elections2021/elections2021_home_page.html
+++ b/elections2021/templates/elections2021/elections2021_home_page.html
@@ -154,7 +154,7 @@
           </button>
           <div class="checkbox form-field__control cta-cbox h-6">
             <input type="checkbox" name="confirmed" id="confirmed_bottom" required="">
-            <label for="confirmed_bottom" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label>
+            <label for="confirmed_bottom" style="color: #000000"> Souhlasím se <a href="{{ page.root_page.gdpr_and_cookies_url }}" class="underline" target="_blank">zásadami ochrany osobních údajů</a> a zasíláním novinek</label>
           </div>
         </form>
       </div>