div.logo-header img.logo {
    max-height: 160px;
}

/** Adding the amount buttons*/

div.form-section div.form-body fieldset#amount_buttons.form-fieldset > div:not(.single-column):nth-of-type(1) {
    height: auto;
    width: 100%;
    padding: 30px;
    column-count: auto;
    column-width: .8in;
    column-gap: 3pt;
}

div.form-section fieldset#amount_buttons.form-fieldset label {
    display: flex;
    position: relative;
    font-size: 10pt;
    line-height: 30pt;
    padding-bottom: 0px;
    margin-bottom: 1px;
    -webkit-column-break-inside: avoid;
}

input#description_other {
    height: 39pt;
    border: 3px inset black;
}

input#description_other:placeholder-shown {
    padding-top: 0pt;
}

input#description_other::-webkit-input-placeholder {
    white-space: normal;
    font-size: 93%;
    text-align: center;
}

/** Squash sponsorship*/
#paymentform fieldset.form-fieldset > div:not(.single-column):nth-of-type(1) {
    width: 100%;
    padding: 10px;
    column-count: auto;
    column-width: 1in;
    column-gap: 22pt;
}