diff --git a/docs/css.html b/docs/css.html
index aec71a4f4..a3eda473b 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1949,54 +1949,56 @@ For example, <section> should be wrapped as inline.
For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.
| Class | +Phones 767px and below | +Tablets 979px to 768px | +Desktops Default | +
|---|---|---|---|
.visible-sm |
+ Visible | +Hidden | +Hidden | +
.visible-md |
+ Hidden | +Visible | +Hidden | +
.visible-lg |
+ Hidden | +Hidden | +Visible | +
.hidden-sm |
+ Hidden | +Visible | +Visible | +
.hidden-md |
+ Visible | +Hidden | +Visible | +
.hidden-lg |
+ Visible | +Visible | +Hidden | +