th {
    border-style: solid;
    border-width: 1.5px;
}
body, input, textarea {
    background-color:#4f3f3f;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img {
    height: 40px;
    float: left;
    margin-right: 10px;
}
textarea, input, fieldset {
    border-color: white;
}
.form-field {
    padding-bottom: 2px;
}
::placeholder {
    color: #d4d4d4;
}