#om-cookie-banner {
	box-sizing: border-box;
    position: fixed;
    width: 100%;
    padding: 1rem;
    background-color: black;
    z-index: 99999;
    bottom: 0;
	text-align:center;
}

#om-cookie-text,
#om-cookie-buttons a {
	color:white;
}
#om-cookie-buttons {
	margin-left:1rem;
}

#om-cookie-buttons a {
    background-color: #004582;
    padding: .5rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
	font-weight:bold;
}

#om-cookie-buttons a:hover {
	background-color:white;
	color:#004582;
}