﻿#cookie-message{position: fixed;overflow: hidden;display: flex;flex-wrap: nowrap;z-index: 9999;opacity: 0.8;transition: opacity 1s ease;vertical-align: baseline;color: #fff;background-color: #000;left: 0;right: 0;bottom: 0;align-items: center;padding: 1em 1.8em;width: 100%;-ms-flex-direction: row;flex-direction: row;}
#dismiss-message{display: flex;float:right;background-color: rgb(255, 252, 38);color: rgb(0, 0, 0);border-color: transparent;display: block;padding: .4em .8em;font-size: .9em;font-weight: 700;border-width: 2px;border-style: solid;text-align: center;white-space: nowrap;cursor: pointer;vertical-align: baseline;}