#cookie_law_wrap{
    width:100%;
    /*margin:10px 0;*/
}
#cookie_law {
   /* background-color: #999999;*/
    border: 1px solid #fff;
    color: #fff;   
    margin: 0 auto;
    opacity: 1;
    padding: 10px 5px 0;   
    text-align: left;   
    width: 100%;
    /*z-index: 99999;
    left: 0;
    position: fixed;
    right: 0;
    bottom: 10px;*/
}
#cookie_law h1
{
	font-size: 13px;
    margin: 0 20px 8px 10px;
    font-weight:bold;
}
#cookie_law p
{
    font-size: 11px;
    line-height: 17px;
    margin: 10px;
}
#cookie_law a
{
    color: #fff;
    text-decoration: underline;
}
a.cookie_law_button
{
   background-color: #fff;
    color: #999 !important;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 8px;  
    text-decoration: none !important;
    /*bottom: 10px;
 position: absolute;
    right: 0;*/
}

