.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f7b500;
    text-align: center;
    background-color: #F0F0F0;
    border-bottom: 1px solid #f7b500;
    z-index: 1000;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

    .cookie a {
        text-decoration: underline
    }

.cookie-settings {
    margin-top: 15px;
    padding-top: 5px;
    position: fixed;
    border-top: 1px solid #ccc
}





