#inline {
    background:#fff;
    padding:20px;
    width:1000px;
    max-width:100%;
    border-radius:6px;
}


.e123_lity_popup {
    padding: 20px;
    background-color: #ffffff;
    min-width: 400px;
    font-size: 20px;
}

.e123_lity_popup h2{
    margin-top: 0px;
}

.e123_lity_popup ul{
    padding-left: 0px;
}

.e123_lity_popup input[type=radio]{
    height: 18px;
    margin-right: 8px;
}

.e123_lity_popup .confirm {
    font-size: 20px;
    border: 2px solid #108371;
    max-width: 150px;
    text-align: center;
    padding: 3px 19px;
    border-radius: 50px;
    color: #108371;
    background-color: #fff;
    cursor: pointer;
}

.e123_lity_popup .confirm:hover {
    color: #fff;
    background-color: #108371;
}


.e123_to_lity_btn_left {
    width: 30%;
    float: left;
}

.e123_to_lity_btn_right {
    text-align: right;
}

.e123_to_lity_btn_right div {
    font-size: 20px;
}