body {
    max-width: 58em;
}

textarea,
select,
input {
    border: 1px solid #4a4a4a;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    border-radius: 4px;
}

.simpletable table {
    text-align: justify;
    width: initial;
    border-collapse: collapse;
}

.simpletable td {
    padding: initial;
    padding-right: 1em;
    vertical-align: top;
    border-bottom: initial;
}

a.kofi-button {
    min-width: unset !important;
    line-height: unset !important;
    border-radius: 4px !important;
}

.initialcap {
    text-transform: capitalize;
}

/* body {
    font-family: Helvetica, Arial, Sans-Serif;
    padding-left: 1em;
    padding-right: 1em;
    background: #EBEDEF;
}

div {
    padding: 1ex;
}

textarea {
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 1em;
}

.footer a {
    text-decoration: none;
}

.smaller {
    font-size: small;
}

#twitterLink {
    text-decoration: none;
    color: darkblue;
    cursor: pointer;
} */