#cookie_info {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px 10px 0px;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 0;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
#cookie_info div {
    padding: 7px 0 0;
}
#cookie_info a {
	color: #ffba55;
}
#cookie_info a:hover {
	color: #fda016;
}
#cookie_info a#cookie_btn {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px;
    float: right;
    margin-right: 20px;
    border-radius: 0px;
}
#cookie_info a#cookie_btn:hover {
    background: #fda016;
	color: #000;
}
