﻿
#cookiepolicy-container 
{
    padding:10px;
    color:#ffffff; /* text color */
    width:300px; 
    height:120px; 
    background-color:#000000; /* background color */
    z-index:9999; 
    position:fixed; 
    right:0px; 
    bottom:-140px;
    font-size: 9pt;
}

.cookiepolicy-button { font-weight: bold; color: #FFF; cursor:pointer  }