diff --git a/src/content/pages/finaid.mdx b/src/content/pages/finaid.mdx
index 99218d6e5..83ebb7c9d 100644
--- a/src/content/pages/finaid.mdx
+++ b/src/content/pages/finaid.mdx
@@ -103,12 +103,12 @@ application form.
| **Date** | | **Event** |
|---|---|---|
| 19 March 2026 | | Applications open for in-person and remote grants |
-| 9 April 2026 |
| Deadline for submitting first-round applications |
-| 23 April 2026 |
| First round of grant notifications |
-| 3 May 2026 |
| Deadline to accept a first-round grant |
-| **11 May 2026** |
| Deadline for submitting second-round applications |
-| 1 June 2026 |
| Second round grant notifications |
-| 9 June 2026 |
| Deadline to accept a second-round grant |
+| 9 April 2026 |
| Deadline for submitting first-round applications |
+| 23 April 2026 |
| First round of grant notifications |
+| 3 May 2026 |
| Deadline to accept a first-round grant |
+| **11 May 2026** |
| Deadline for submitting second-round applications |
+| 1 June 2026 |
| Second round grant notifications |
+| 9 June 2026 |
| Deadline to accept a second-round grant |
| 28 July 2026 | | Receipt submission deadline |
**If you've already applied for round 1, you don't have to reapply for round
diff --git a/src/styles/global.css b/src/styles/global.css
index 9dc5ad565..432e47156 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -72,18 +72,6 @@ ul.milestone-todo li::before {
background: none !important;
}
-img.findaid-accent-round-marker {
- width: 120px;
- min-width: 70px;
- padding: 0 10px;
- display: inline-block;
- margin: 0;
-}
-
-table.finaid-timeline td {
- padding-bottom: 1rem;
-}
-
summary h4::after {
content: "👇";
}
diff --git a/src/styles/markdown.css b/src/styles/markdown.css
index 801f9d7d9..5923cf4ee 100644
--- a/src/styles/markdown.css
+++ b/src/styles/markdown.css
@@ -35,7 +35,7 @@ ul.milestone-todo li::before {
max-width: max(800px, 50vw);
}
-img.findaid-accent-round-marker {
+img.finaid-accent-round-marker {
width: 120px;
min-width: 70px;
padding: 0 10px;