#cookie-agreement {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 300px;
    background: rgba(0,0,0,0.8);
    color:#fff;
    border-radius: 10px;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 1.3em;
    z-index: 99999;
}

#cookie-agreement .ttl{
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#cookie-agreement .cookie-agreement-btn {
    display: block;
    background: dodgerblue;
    text-align: center;
    border-radius: 5px;
    padding: 5px 5px;
    margin-top: 20px;
    cursor: pointer;
}

#cookie-agreement .cookie-agreement-btn:hover{
    opacity: 0.8;
}