diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html
index afd05c8..d5c01ac 100644
--- a/frontends/etiquette_flask/templates/tags.html
+++ b/frontends/etiquette_flask/templates/tags.html
@@ -146,12 +146,17 @@ h2, h3
{% else %}
{{tag_count}} Tags
{% endif %}
+
+
+
+
+
{% for (qualified_name, tag) in tags %}
-
- {{cards.create_tag_card(tag, link="search_musts", innertext="(+)")}}
- {{cards.create_tag_card(tag, link="search_forbids", innertext="(x)")}}
- {{cards.create_tag_card(tag, link="info", innertext=qualified_name, with_alt_description=True)-}}
+ {{cards.create_tag_card(tag, link="search_musts", extra_classes="must_shortcut", innertext="(+)")}}
+ {{cards.create_tag_card(tag, link="search_forbids", extra_classes="forbid_shortcut", innertext="(x)")}}
+ {{cards.create_tag_card(tag, link="info", extra_classes="main_card", innertext=qualified_name, with_alt_description=True)-}}
{% if specific_tag or '.' in qualified_name -%}