/* Simple PPDB form styles */
.ppdb-form { max-width:700px; background:#fff; padding:15px; border:1px solid #eee; border-radius:6px; }
.ppdb-form input[type="text"], .ppdb-form textarea, .ppdb-form select { width:100%; padding:8px; margin:6px 0; box-sizing:border-box; }
.ppdb-form button { padding:8px 14px; border:0; background:#2b8a3e; color:#fff; border-radius:4px; cursor:pointer; }
