diff --git a/core/css/guest.css b/core/css/guest.css index c003c10cd7..e6e194f641 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -624,3 +624,16 @@ footer, .push { height: 70px; } + +.hidden { + display: none; +} + +.hidden-visually { + position: absolute; + left:-10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +}