#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    bottom: 0;
	left: 0;
	display: block;
	padding: 10px 0 10px 0;
	border-top: 5px solid #d8b451;
	z-index: 9;
}

#cookieinfo .container {
	margin: 0 auto !important;
	max-width: 1200px;
    width: 100%;
    position: relative;
    display: block;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.d-agree {
	padding: 3px 5px !important;
    background: #b3b3b3;
    border: 1px solid #a2a2a2;
    border-radius: 2px;
    text-align: center;
    float: right;
    margin: 5px 10px !important;
    font-size: 10px;
    color: #353535;
	cursor: pointer;
}

.agree {
	padding: 3px 5px !important;
    background: #1cbf21;
    border: 1px solid #214c255e;
    border-radius: 2px;
    text-align: center;
    float: right;
    margin: 5px 10px !important;
    font-size: 10px;
    color: #eee;
	cursor: pointer;
}