
#cookies{
	position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
	z-index: 999999999;
    background-color: #293440;
    padding: 15px;
    margin: 0;
    text-align: center;
	color: white;
    font-size: 13px;
    border-top: 1px solid #111111;
}

#cookies p{
	margin: 0;
}

#cookies button{
	margin-left: 10px;
	width: 90px;
    margin-top: -2px;
    vertical-align: middle;
    line-height: 14px;
}

#cookies a{
	color: white !important;
}
