#mgp-cookienotice {
    position: fixed;
    left: 10px;
    z-index: 9;

    background: #091c5a;
    color: #fff;
    padding: 30px;
    font-size: 12px;

    width: calc(100% - 10px);
    max-width: 300px;
    border-radius: 5px;
    text-align: center;
}

#mgp-cookienotice.top{
    top: 10px;
}

#mgp-cookienotice.bottom{
    bottom: 10px;
}

#mgp-cookienotice  .mgp-cookienotice-message {
    margin-bottom: 20px;
}

#mgp-cookienotice  .mgp-cookienotice-message a {
    color: #fff;
}

#mgp-cookienotice .mgp-cookienotice-button a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;

    border-radius: 3px;
    background: #fff;
    color: #000;
}

#mgp-cookienotice .mgp-cookienotice-button a:hover{
    background: #010925;
    color: #fff;
}
