﻿.cookies-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #eee;
    color: #4d5152;
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.cookies-container p {
    display: inline;
    font-weight: bold;
}

.cookies-container button {
    display: inline;
    margin: 10px 40px;
    padding: 5px 10px;
    width: 95px;
    box-sizing: border-box;
    background: #a4cd39;
    border: none;
    color: #4d5152;
    font-weight: bold;
	font-size: 13px;
    cursor: pointer;
}
