#cookies {
  background-color: #fcf8e3;
  border: 1px solid #8a6d3b;
  border-radius: 8px;
  top: 10px;
  color: #222222;
  font-size: 0.8em;
  left: 0;
  margin: 10px;
  padding: 10px;
  position: fixed;
  width: calc(100% - 40px);
  z-index: 9999; }

#cookies.cookiesHide {
  display: none; }

#cookies.cookiesShow {
  display: block; }

#cookies .notifications-button {
  float: right;
  padding: 5px 10px 10px 15px; }

#cookies .notifications-content p span.title {
  font-size: 1.2em; }

#cookies .portlet-borderless-container {
  background: #fcf8e3 none repeat scroll 0 0; }

input[type="button"].btn {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: none;
  background-image: none; }

input[type="button"].btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background-image: none; }

input[type="button"].btn-primary.active,
input[type="button"].btn-primary.focus,
input[type="button"].btn-primary:active,
input[type="button"].btn-primary:focus,
input[type="button"].btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  background-image: none; }

#cookies a {
  text-decoration: none; }

.cookies-notification-portlet .portlet-topper {
  display: none; }

.cookies-notification-portlet .portlet-content {
  display: table-row; }