diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte
index f175fa77..36a99818 100644
--- a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte
+++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte
@@ -104,32 +104,25 @@
{/if}
-
-
-
-
- Market Capitalization
-
-
-
- Market capitalization, also called net worth, is the total
- value of all of a company's outstanding shares. It is
- calculated by multiplying the stock price by the number of
- shares outstanding.
-
-
- Formula: Market Cap = Stock Price * Shares Outstanding
-
-
- Full Definition
-
-
+
+ Market Capitalization
+
+
+ Market capitalization, also called net worth, is the total value
+ of all of a company's outstanding shares. It is calculated by
+ multiplying the stock price by the number of shares outstanding.
+
+
+ Formula: Market Cap = Stock Price * Shares Outstanding
+
+ Full Definition
+
{#if similarStocks?.length > 0}
diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte
index 73d63360..088f8882 100644
--- a/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte
+++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte
@@ -501,10 +501,14 @@
-