/*
 * Assets: assets/team-registration.css
 * -------------------------------
 * Basic styles for the form - create this file in assets/ as well.
 */


.member-block {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border: 1px solid #eee;
    border-radius: 6px
}

.member-block h4 {
    margin: 0 0 .5rem 0
}