﻿.cookie-dialog {
  background: #003f72;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 15px;
  clear: both; }

.cookie-container {
  width: 100%;
  margin: 0 auto;
  color: #fff; }

.cookie-container h1 {
  font-size: 1.12em;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-weight: bold; }

.cookie-container p {
  font-size: 12px;
  margin: 0;
  color: #fff; }

.cookie-left .button, .cookie-right .button {
  color: #fff !important; }

.cookie-left {
  float: left; }

.cookie-right {
  float: right;
  margin-top: 7px; }

.cookie-button {
  color: #fff !important; }

#cookie-info, cookie-info-2 {
  display: none;
  margin-top: 10px; }

@media (max-width: 999px) {
  .cookie-dialog {
    opacity: 1; } }
