/*
Part of: Cookie
Description: css for cookie bar plugin
Version:     1.0
Author:      Marek Kryczka
Author URI:  http://link to your website
License:     FaFF
License URI: https://link to your plugin license
*/
 
#cookiebar{
   position: fixed;
    bottom: 0;
    width: 100%;
	z-index:1000;
color:#fff;
background-color:#000;
padding:40px;	   
text-align:center;
	   
   }
    #cookiebar .cbutton{
		text-align: center;

    border-radius: 15px;
    padding: 0.5em;
    background-color:rgb(88, 88, 88);
    display: inline-block;
    color: #fff;
font-size:14px;
width:200px;
font-familly:initial;
    letter-spacing: 1px;
cursor:pointer;
	}
.cbutton-group{
	margin-left:10px;
}
 