.cookie-banner {
              direction:ltr;
              position: fixed;
              bottom: 40px;
              left: 10%;
              right: 10%;
              width: 80%;
              padding: 5px 14px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              background-color: #eee;
              border-radius: 5px;
              box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
              font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
              background: rgba(255,255,255,1);
	      z-index: 99 !important;
}

#message {
    width: 80%;
    height: 100%;
    float: left;
    margin: 2px;
    margin-right: 10%;
}

.close {
              height: 32px;
              background-color: #777;
              border: none;
              color: white;
              border-radius: 2px;
              cursor: pointer;
}

.button {
        margin: 6px;
        border-radius: 6px;
        display: inline-block;
        width: auto;
        float: none;
        text-shadow: none;
        box-shadow: none;
        border: solid 1px transparent;
        line-height: 1.5;
        background: rgba(67,122,220,1);
        transition: background-color 0.2s ease-out;
        font-family: inherit;
        font-weight: bold;
        height: 32px;
        min-width: 100%;
        white-space: nowrap;
        color:rgba(255,255,255,1);
}



.button:hover {
    background: rgba(88,137,244,1);
    color:rgba(255,255,255,1);
}

.buttons2 {
    width:20%;
    height:100%;
    
}

.buttons {
    display:inline-block;
    float: left;
    vertical-align:baseline;
    float: none;
    position:static;
    padding:0;
    border:0;
    border-radius:0;
    height: 32px;
}
