diff --git a/src/components/Vote.vue b/src/components/Vote.vue
index 0c91994..4bdd242 100644
--- a/src/components/Vote.vue
+++ b/src/components/Vote.vue
@@ -10,17 +10,14 @@
{{ nominee.name }}!
-
-
- {{ voters.length }} vote{{ voters.length !== 1 ? "s" : "" }}
-
- in favor
- (majority is {{ Math.ceil(alive / 2) }})
-
-
- {{ Math.ceil(players.length / 2) }} votes required for a
- majority.
-
+
+ {{ voters.length }} vote{{ voters.length !== 1 ? "s" : "" }}
+
+ in favor
+
+ (majority is {{ Math.ceil(alive / 2) }})
+
+ (majority is {{ Math.ceil(players.length / 2) }})