#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: 2;
  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: #fdfdfd;
 color: #666;
 cursor: pointer;
 display: inline-block;
}

#cookiebar a {
 color: #666;
 text-decoration: none;
}

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