body { padding: 10px 0 0 0 }
.title { margin: 20px; }
.intro { border-top: 2px solid #ccc; margin: 20px 0 0 0; padding-top: 10px; }
.lead { margin-bottom: 0px; }
.red { color: #dc3545; }
.section_title { border-bottom: 1px solid #000; padding-bottom: 5px; }
.section_title span { font-size: 60%; }
footer { margin: 40px 0; border-top: 1px solid #000 }


.payment_field {
    float:left; 
    text-align:left;
    position: relative;
}

.payment_field .usd::before {
    position: absolute; 
    content: "\0024"; /* $ */
    padding: 0.375rem 0.100rem 0.375rem 0.75rem;
    left: 0;
    top:0;
    bottom:0;
}

.payment_field .usd input {
    /*width:280px !important;*/
    padding-left: 25px;
}