.Phanes_Payments {
    display: inline-block;
}

.Phanes_Payments__input[type="text"],
.Phanes_Payments__submit {
    font-family: inherit;
    font-size: inherit;
}

.Phanes_Payments__input[type="text"] {
    width: 4em;
    padding: 0.7em 0.4375em;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    text-align: right;
    color: #686868;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.Phanes_Payments__input[type="text"]:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}

.Phanes_Payments__submit {
    padding: 1em 2em;
    border: 0;
    border-radius: .25em;
    line-height: 1;
    color: #fff;
    background-color: #3d95ce;
    box-shadow: 0 .125em .25em 0 rgba(0, 0, 0, 0.2);
}

.Phanes_Payments__submit:focus,
.Phanes_Payments__submit:active {
    background-color: #007acc;
}
