.entity-style {}

.entity-style .useCointable {
    padding: 0;
    list-style: none;
    /* border-bottom: 1px solid #A8A8A8; */
    width: 295px;
    margin: 0 auto;
}

.entity-style .useCointable li {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.entity-style .useCointable li .left {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    align-self: center;
    color: #a3a3a3;
}

.entity-style .useCointable li .right {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 100%;
}

.entity-style .useCointable li .right input {
    padding: 0 0px 0 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    font-size: 28px;
}

.entity-style .useCointable li .right input::placeholder {
    font-size: 18px;
    font-weight: bold;
    color:#b5b5b5
}

.entity-style .useCointable li .hasInput {

    position: relative;

    width: 100%;
}

.entity-style .useCointable li .hasInput span {
    position: absolute;
    left: 2px;
    bottom: 5px;
    color: #b5b5b5;
    font-size: 14px;
    line-height: 100%;
}

.entity-style .notice {}

.entity-style .notice p {
    font-size: 14px;
}

.entity-style .notice p img {
    vertical-align: text-top;
}

#confirm {}

#confirm .btn {
    width: 55% !important;
}

@media screen and (max-width: 640px) {
    #confirm .btn {
        width: 80% !important;
    }

}
@media screen and (max-width: 400px) {
    .entity-style .useCointable li .right input {
        padding: 0 0px 0 20px;
    }
    .entity-style .useCointable {
        width: 95%;
    }
    
}