#cookie-bar {
    background: #f1eeec;
    color: #7a7174;
    font-size: 12px; }
    #cookie-bar .cookie-container-box {
      display: inline-block; }
    #cookie-bar .cookie-container {
      padding: 10px 20px; }
    #cookie-bar p {
      margin: 0;
      padding: 0;
      line-height: 1.3; }
    #cookie-bar a {
      color: #ffffff;
      display: inline-block;
      text-decoration: none;
      padding: 2px 6px;
      margin-left: 8px; }
    #cookie-bar .actions {
      float: right;
      margin-bottom: 10px; }
    #cookie-bar .cb-enable {
      background: #f47920; }
      #cookie-bar .cb-enable:hover {
        background: #f69651; }
    #cookie-bar .cb-disable {
      background: #990000; }
      #cookie-bar .cb-disable:hover {
        background: #bb0000; }
    #cookie-bar .cb-policy {
      margin: 0;
      padding: 0;
      display: inline;
      color: #ff2970; }
      #cookie-bar .cb-policy:hover {
        text-decoration: underline; }
    #cookie-bar .cb-cookie {
      background: #3b89c7; }
      #cookie-bar .cb-cookie:hover {
        background: #3176af; }
    #cookie-bar.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
      #cookie-bar.fixed.bottom {
        bottom: 0;
        top: auto; }
