diff --git a/source/_themes/otc_tcs_sphinx_theme/layout.html b/source/_themes/otc_tcs_sphinx_theme/layout.html
index bbd1e1ce..f991869d 100644
--- a/source/_themes/otc_tcs_sphinx_theme/layout.html
+++ b/source/_themes/otc_tcs_sphinx_theme/layout.html
@@ -45,6 +45,10 @@
{{ super() }}
+
+
*Other names and brands may be claimed as the property of others.
+
+
{% endblock %}
{% block menu %}
diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css
index 7866ffa1..dfeed73e 100644
--- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css
+++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css
@@ -271,4 +271,8 @@ th,td {
/*Adds a bit of spacing after the last paragraph in a bulleted list*/
.wy-plain-list-disc li p:last-child, .rst-content .section ul li p:last-child, .rst-content .toctree-wrapper ul li p:last-child, article ul li p:last-child {
margin-bottom: 10px;
-}
\ No newline at end of file
+}
+
+div#trademarks {
+ color: gray;
+}