.icon-trophy{
    background-color: aqua;
    font-size: 16px;
}
.cookietool-message {
    position: fixed;
    width: 250px;
    border-radius:10px;
    margin-left:30px;
    padding: .5em;
    text-align: center;
    background: #F5518D;
    border:5px solid #cccccc;
    color: white;
    z-index: 999999;
}

.cookietool-message-top {
    border-bottom-width: 1px;
    top: 0;
}

.cookietool-message-bottom {
    bottom: 30px;
}

.cookietool-message p {
    margin: 0;
    margin-bottom: .5em;
}
.cookietool-message p{
    color: #fff;
    font-size: 16px;
}
.cookietool-message a{
    color:black;
    text-decoration:underline;
}
.esm-fix{
    position: fixed;
    border-bottom: 2px solid #ff9900;
}

.cookietool-message button{
    font-family: Arial;
    margin: 5px 0 5px 0;
    border-radius: 5px; 
    color: #ffffff;
    padding: 5px 22px 5px 22px;
    text-decoration: none;
    color: white;
}
button.btnCkAgree{
    margin-right: 5px;
    background: green;
}
button.btnCkDecline{
    background: red;
}
.timeline-header{
    background-color: #ff9900;
}