/*Use this file to add any custom CSS*/
#hbccookies
{
    display:none;
    background-color: rgb(255, 255, 255);
	color: #000;
}
    #hbccookies #cookie-msg
    {
        font-size: .9em;
        margin: 0;
        width: 60vw;
	    border:1px solid rgb(213,222,226);
        border-width: 0 0 1px 0;
    }
        #hbccookies #cookie-msg p
        {
            margin: 0;
            padding: .5rem;
        }
        #hbccookies #cookie-msg p button
        {
            border: 1px solid #000;
            font-size: .9em;
            margin: 0 0 0 2em;
        }
@media screen and (min-width:760px)
{
    #hbccookies #cookie-msg
    {
        width: 100%;
    }
}
    

