.cookie-policy-overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  top:0;
  bottom: 0;
  position: absolute;
  z-index: 9998;
}

.cookie-policy-box {
  background: #333;
  width:100%;
  z-index:9999;
  bottom:0;
  position:fixed;
}

.cookie-policy-box .inner {
  border-top:1px solid #696969;
}

.cookie-policy-box .content {
	text-align:center;
  display: table;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 20px 10px;
  vertical-align: middle;
  position: relative;
}

.cookie-policy-box .content p {
  display: block;
  vertical-align: top;
  width: 100%;
  font:normal 14px/16px Arial,Helvetica,sans-serif;
  color:#fff;
  clear:both;
}

.cookie-policy-box .content p a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.cookie-policy-box .content p a:hover {
  text-decoration: underline;
}

.cookie-policy-box .content div {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.cookie-policy-box .content .btn {
	max-width:200px;
  vertical-align: middle;
  background: #fff;
  border: 0;
  text-align: center;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #f37771;
  text-decoration: none;
  margin:0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cookie-policy-box .content .btn-accept {
  background: red;
}

.cookie-policy-box .content .btn-close {
  display: inline-block;
  border: 0;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 22px;
  float: right;
  margin-top: -15px;
}

.table-cookies {
  border:1px solid #696969;
  border-collapse: collapse;
}

.table-cookies td {
  border:1px solid #696969;
  padding: 5px;
  text-align: left;
}

.table-cookies thead td, .table-cookies thead td * {
  background: #696969;
  color: #fff;
}

/****** Cookies Landing ******/
.page-template-template-page-cookies-php h1 {
  margin: 40px 0 20px;
}

.page-template-template-page-cookies-php h2 {
  margin-bottom: 20px;
}
