#tt-cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif;
    bottom: 0;
    padding: 5px 0;
}
.tt-cookie .tt-button{
    font-family: sans-serif;
    padding: 2px 12px;
    border-color: #bbb;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    height: 28px;
    margin: 5px;
    min-height: 24px;
}
.tt-cookie .tt-notice{ 
    width: 80%;
    max-width: 1200px;
    text-align: center;
    overflow: auto;
    margin: 0 auto;
}
.tt-cookie #tt-text{
    display: inline-block;
}
.tt-cookie .tt-button{
    display: inline-block;
    margin-left: 20px;
}
.tt-close-icon{
    float:right;
    margin-right: 30px;
}
.tt-close-icon:after {
    transform: rotate(-45deg);
}

.tt-close-icon:before, .tt-close-icon:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 15px;
    background-color: #fff;
}
.tt-close-icon:before {
    transform: rotate(45deg);
}
