﻿#cookieGuardMsg{
    padding: 2px;
    background-color: #000;
}
#cookieGuardMsgInner{
    border: 1px solid #fff;
}
#cookieGuardMsgInner *{
    font-size: 10px;
    font-family: AlbertinaMTWXX-Bold,serif;
}
#cookieGuardMsgInner>span {
    display: inline-block;
    font-size: 10px;
    max-width: unset
}
#authoriseCookies{
    background-color: transparent;
    padding: 0;
    display: inline-block;
    padding-bottom: 4px;
    font-weight: 500!important;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    line-height: 140%;
    width: auto;
    font-size: 10px!important;
    border-radius: 0;
}
.cookie-btn{
    position: relative!important;
}
#cookieGuardMsgInner{
    text-align: center;
    padding-bottom: 10px;
}
#cookieGuardMsgInner .lnk{
    border-bottom: 1px solid #fff;
}
#cookieGuardMsgInner{
    padding-top: 5px!important;
    padding-bottom: 23px;
}