button.app_modify {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background: #ccc;
    color: #fff;
    font-size: 1.4rem;
    line-height: 36px;
    margin-bottom: 20px;
}
button.app_modify:hover, button.app_modify:focus {
    background: #f19218;
}

input[type=radio] {
    width:1.6rem;
    height:1.6rem;
    border:1px solid #ddd;
    border-radius:50%;
    vertical-align: middle;
}
input[type=radio]:checked {
    background: #f19218 url("/resources/images/icons/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #f19218;
}
button.btn_prev {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background: #ccc;
    color: #fff;
    font-size: 1.4rem;
    line-height: 36px;
}
button.btn_next {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background: #f19218;
    color: #fff;
    font-size: 1.4rem;
    line-height: 36px;
}