diff --git a/fowl/game/templates/base.html b/fowl/game/templates/base.html
index f5109fc..7403d3a 100644
--- a/fowl/game/templates/base.html
+++ b/fowl/game/templates/base.html
@@ -15,6 +15,9 @@
.event-title { font-size: 125%; }
.match-notes { font-size: 80%; color: #999999; }
.belt-img img { display: block; margin-left: auto; margin-right: auto }
+ .raw { float: right; margin-right:12em; background-color: #900000;}
+ .divas { float: right; margin-right:11em; background-color: #900099;}
+ .smackdown { float: right; margin-right:8em; background-color: #003090;}
diff --git a/fowl/game/templates/stables.html b/fowl/game/templates/stables.html
index 2ca4eda..5bebcd1 100644
--- a/fowl/game/templates/stables.html
+++ b/fowl/game/templates/stables.html
@@ -9,7 +9,7 @@
GM Punk | -I'm AWEsome | -COBRA! | + {% for team in teams %} +{{team}} | + {% endfor %}
---|---|---|---|
CM Punk | -Brodus Clay | -Santino | -|
Kane | -John Cena | -Dolph Ziggler | -|
R Truth | -Chris Jericho | -Kofi Kingston | -|
Cody Rhodes | -Sheamus | -Alberto del Rio | -|
Sin Cara | -Daniel Bryan | -Randy Orton | + {% for star in star_set %} +{{star}}{{star.division}} | + {% endfor %}