#cookieChoiceInfo
{
    padding:10px 0;
    font-size:13px;
    font-family: arial,sans-serif;
    background:#5a5a5a;
    color:#FFF;
    line-height: 27px;
}

#cookieChoiceInfo a
{
    background-color: #303030 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;

    font-weight: bold;

    margin: 0 5px !important;
}

	#popup_cookie_close
    {
        position: absolute;
        right:15px;
        top:20px;
        color:#FFF !important;
        font-size: 54px;
        text-decoration: none;
    }

    #popup_cookie_inner
    {
        height:100%;
    }

    #popup_cookie_inner iframe
    {
        width:100%;
        height:100%;
        background:white;
        padding:50px;
        box-sizing: border-box;
        border-radius:5px;
    }

    #popup_cookie_bg
    {
        position: fixed;
        left:0;
        top:0;
        right:0;
        bottom:0;
        background-color: #000;
        opacity: 0.5;
        display:none;
        z-index:100000001;
    }
    #popup_cookie
    {
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        padding:60px;
        display:none;
        box-sizing: border-box;
		z-index:100000001;
    }
    
    @media (max-width:767px)
    {
    	#cookieChoiceInfo span
        {
        	display:block;
        }
    }
    
    
