diff --git a/aio/content/guide/cheatsheet.md b/aio/content/guide/cheatsheet.md
index f3e55928d3..b0c26ec07d 100644
--- a/aio/content/guide/cheatsheet.md
+++ b/aio/content/guide/cheatsheet.md
@@ -1,6 +1,5 @@
Cheat Sheet
-
| Bootstrapping |
@@ -391,4 +390,3 @@ so the @Directive configuration applies to components as well
-
diff --git a/aio/src/styles/2-modules/_code.scss b/aio/src/styles/2-modules/_code.scss
index 643e09fc49..a93028e2e6 100644
--- a/aio/src/styles/2-modules/_code.scss
+++ b/aio/src/styles/2-modules/_code.scss
@@ -176,7 +176,7 @@ aio-code {
padding: 4px;
}
- #cheatsheet {
+ .page-guide-cheatsheet & {
td:first-of-type,
th {
code {
diff --git a/aio/src/styles/2-modules/_table.scss b/aio/src/styles/2-modules/_table.scss
index ecea8f0a92..170f98917e 100644
--- a/aio/src/styles/2-modules/_table.scss
+++ b/aio/src/styles/2-modules/_table.scss
@@ -81,7 +81,7 @@ table {
}
}
-#cheatsheet {
+.page-guide-cheatsheet {
table tbody td {
overflow: auto;