.terms_box {
    text-align: center;
}
.terms_box .inbox {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.terms_box .inbox span {
    font-size: 1.3em;
    color: #eb3636;
    border-bottom: 1px solid #eb3636;
    cursor: pointer;
}
.terms_box .inbox .pop_box
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.terms_box .open_box {
    display: none;
}
.terms_box.active .open_box {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    overflow-y: scroll;
}
.terms_box .open_box .botton {
    border: 1px solid #d19ab4;
    background-color: #f5e1ea;
    color: #d19ab4;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    padding: 10px 0;
    max-width: 85%;
    margin: 2rem auto 0;
    cursor: pointer;
}
.terms_box #terms_id {
    text-align: left;
    width: 1000px;
    background-color: #fff;
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
}

#entry_send {
    background: #000;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.confirmation #dialog_footer div a.dismiss {
    background: #fff;
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width:800px) {
}

@media screen and (max-width:640px) {}
