diff --git a/html_resources/style.css b/html_resources/style.css
index 868f9be..3fc0414 100644
--- a/html_resources/style.css
+++ b/html_resources/style.css
@@ -183,25 +183,6 @@ span.quote.non-speech * {
color: #303030;
}
-/*TODO: Remove and replace with speech/non-speech where appropriate*/
-span.quote.thought {
- color: red;
- /*color: #303030;*/
-}
-span.quote.thought::before {
- color: red;
- content: "\25b9";
- font-size: 0.75em;
- position: relative;
- bottom: 0.15em;
-}
-span.quote.thought::after {
- color: red;
- content: "\25c3";
- font-size: 0.75em;
- position: relative;
- bottom: 0.15em;
-}
span.chapter {
color: inherit;
}