.withdrawal-entry {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 999;
}
 
.withdrawal-entry__button {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
    min-height: 20px;
    padding: 10px 16px;
    background:#ff9900;
    color:#fff;
}

.withdrawal-function {
    max-width: 760px;
}

.withdrawal-function .is-hidden {
    display: none !important;
}

.withdrawal-function__intro {
    margin-bottom: 20px;
}

.withdrawal-form__choices label {
    display: block;
    margin-top: 8px;
}

.withdrawal-form__items textarea {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.withdrawal-form__review {
    border: 1px solid #c2c2c2;
    padding: 20px;
}

.withdrawal-form__summary {
    margin: 20px 0;
    overflow: hidden;
}

.withdrawal-form__summary dt,
.withdrawal-form__summary dd {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    float: left;
    margin: 0;
    min-height: 38px;
    padding: 9px;
    width: 50%;
}

.withdrawal-form__summary dt {
    clear: left;
    font-weight: bold;
}

.withdrawal-form__confirm {
    font-size: 115%;
    min-height: 42px;
}

@media only screen and (max-width: 640px) {
    .withdrawal-entry {
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .withdrawal-entry__button {
        box-sizing: border-box;
        display: block;
        text-align: center;
        width: 100%;
    }

    .withdrawal-form__summary dt,
    .withdrawal-form__summary dd {
        float: none;
        width: 100%;
    }

    .withdrawal-form__summary dt {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
