div.wrap {
    padding: 20px;
    background: white;
    max-width: 95%;
    margin: 30px auto 10px;
}

div.wrap > div:first-of-type {
    margin-bottom: 40px;
}

div.wrap table.form-table {
    border-bottom: 1px solid #909aa83d;
    margin-bottom: 30px;
}

div.wrap table.form-table:last-of-type {
    border: 0;
}

div.wrap a {
    color: #5bc45e;
}