#message, #email-address, #full-name {
    width: 98%;
}

fieldset{
    border: 0;
    padding: 0;
}

#fs-frm{
    border: 3pt solid black;
    padding: 0 1em 1em 1em;
}

#fs-button{
    background-color: #111;
    border-radius: 4px;
    color: #fff;
    font-size: 14pt;
    line-height: 32px;
    height: 32px;
    border: 0 none;
    white-space: nowrap;
    width: fit-content;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    clear: both;
    display: inline-block;
    cursor: pointer;
    margin: 0 0.5em 0 0;
    transition: all 0.23s ease-in-out 0s;
    width: fit-content;
}

#fs-frm-inputs label {
    font-size: 11pt;
    font-style: italic;
}

#message {
    resize: vertical;
}