.wrap h1 {
    margin-bottom: 20px;
    font-size: 28px;
}

.form-table input[type="text"],
.form-table input[type="email"] {
    width: 100%;
    max-width: 400px;
}

.form-table th {
    width: 150px;
    text-align: left;
}

.form-table td {
    padding-bottom: 10px;
}

.notice-success {
    border-left: 4px solid #46b450;
    padding: 10px 15px;
    background-color: #ecfdf5;
    color: #1a7f37;
    margin-bottom: 15px;
}