#cookiebar {
 box-sizing: border-box;
 position: fixed;
 left: 0;
 width: 100%;
 background-color: #4b4b4b;
 padding: 8px 16px;
 text-align: center;
 font-size: 13px;
 color: #ffffff;
 line-height: 1.5;
  z-index: 10;
}

#cookiebar.top {
 top: 0;
}

#cookiebar.bottom {
 bottom: 0;
}

#cookiebar-desc {
 display: inline-block;
}

#cookiebar span {
 margin-right: 1em;
}

#cookiebar .cookiebar-button,
#cookiebar .cookiebar-info {
 margin-right: 8px;
 padding: 4px 8px;
 border: none;
 background-color: #001f44;
 color: #fff;
 cursor: pointer;
 display: inline-block;
}

#cookiebar a {
 color: #fff;
 text-decoration: underline;
}

#cookiebar a:hover {
 text-decoration: none;
}

.cookie-message.ui-widget-header.blue {
  background: #efefef;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
}

a.cookiebar-close {
  cursor: pointer;
  background: #f7a600;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 10px;
}