div#cookieChoiceInfo {
    background-color:#e52b38;
    color: #fff;
    display: none;
    /* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; */
    font-family: "Ubuntu Medium";
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#cookieChoiceInfo #cookie-not-accept {
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: initial;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: bold;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: auto;
    line-height: 12px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 3px;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
#cookieChoiceInfo #cookie-not-accept:hover {
	opacity: 0.8;
}
#cookieChoiceInfo .inner {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding: 30px 2px;
    width: 92%;
}
#cookieChoiceInfo .inner a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
#cookieChoiceInfo .inner {
    font-size: 13px;
    line-height: 22px;
    margin: 0 auto;
    padding: 18px 2px;
    width: 92%;
}
}
@media screen and (max-width: 340px) {
#cookieChoiceInfo .inner {
    font-size: 12px;
    line-height: 22px;
    margin: 0 auto;
    padding: 18px 2px;
    width: 92%;
}
}