diff --git a/index.htm b/index.htm
index 6037995..d964c5a 100644
--- a/index.htm
+++ b/index.htm
@@ -58,9 +58,7 @@
Dealer
-
- ({{ dealerScore }})
-
+ ({{ dealerScore }})
@@ -74,10 +72,10 @@
Hand
- (Points:
+ (Points:
{{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore
}})
-
+