#popup_this {
    width: 100%;
    max-width: 460px;
    left: 50%;
    top: 50%;
    position: fixed;
    margin-top: -50px;
    padding: 30px;
    text-align: center;
    background-color: #076633;
    font-family: Overlock, cursive;
    color: #fff;
}
.b-close {
    right:0;
    top:0;
    position:absolute;
    padding:7px 12px;
    font-size:1.4rem;
    color:#076633;
    cursor: pointer;
    background: #adce6d;
}
.b-close:hover {
    background-color: #d6d6d6;
}
#popup_this.tischres {
    width:100%;
    max-width:460px;
    margin-top:-50px;
    padding:30px;
    text-align:center;
    font-family:Overlock,cursive;
    color:#fff;
}
.tischres .b-close {
    position:relative;
    padding:7px 12px;
    background-color:#adce6d;
    font-size:1.4rem;
    color:#076633;
    cursor: pointer;
    background: #adce6d;
}
.tischres .b-close:hover,.tischres h3 a:hover {
    background-color:#90b545;
}
.tischres h3 a {
    position:relative;
    padding:7px 12px;
    background-color:#adce6d;
    font-size:1.4rem;
    text-decoration:none;
    color:#076633;
    cursor: pointer;
    background: #adce6d;
}