div#cookie {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 2px 10px;
    background-color: #eee;
    bottom: 0px;
    width: 100%;
}

div#cookie #part a {
    color: #000;
    font-weight: bold;
}

#cookie div#close {
    position: fixed;
    bottom: 8px;
    right: 15px;
    z-index: 10000;
    font-weight: bold;
    font-family: arial,sans-serif;
    color: red;
    font-size: 17px;
    cursor: pointer;
}

#cookie #text p {
    line-height: normal;
    width: 95%;
    margin-block-start: 16px;
    margin-block-end: 6px;
}

#cookie a {
    text-decoration: underline;
    cursor: pointer;
}