#footer-cookie-notice {
    display: none;
    color: #ffffff;
    background-color: rgb(64, 91, 104);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

#accept-cookie-button {
    cursor: pointer;
    border-color: #ffffff;
    border-radius:15px;
    outline: 0;
    background: #1fbfe8;
    text-transform: none;
    padding: 8px 15px;
    line-height: 16px;
    font-size: 13px;
}

@media screen and (max-width: 1200px){
    .cookie-notice-container{
    	max-width: 595px;
    	margin: auto;
    }
      
    #accept-cookie-button{
        display: inline-block;
        margin: auto;
	max-width: 100px;    }
}
