@cookie-bg : #ffffff; @cookie-text :#000000; @cookie-x-bg : #263477; @cookie-x-text: #fff; @coolie-text-a: @cookie-x-bg; .cookie_popup{ position: relative; display: block; background-color: #fff; color: #000; font-size: 80%; span{ padding: 1% 3%; display: block; text-align: justify; margin-right: 10px; a{ color: @coolie-text-a; text-decoration: underline; } } .cookie-close{ position: absolute; top: 10%; right: 1%; background-color: @cookie-x-bg; color: @cookie-x-text; font-weight: bold; padding: 3px; } }