/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.cookieContainer {
	z-index: 99;
width: 100%;
min-height: 20px;
box-sizing: border-box;
padding: 10px 30px 10px 30px;
background: rgba(0, 0, 0, 0.9);
box-shadow: 1px 10px 10px 5px rgba(0, 0, 0, 0.3);
overflow: hidden;
position: fixed;
bottom: 0;
left: 0;
display: none;
color: #ffffff !important;
}
.cookieContainer h2 { font-size:16px;}
.cookieContainer p { font-size:13px; color:#cccccc}
.cookieContainer .aligncenter { text-align:center}
.cookieContainer .btn {margin:15px auto; float:none; display:inline-block;}