#members {
    float: left;
}
.members td, .members th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin: 0;
}
.members tr td:first-child, .members tr th:first-child {
    border-left: 1px solid #ccc;
}
.members tr:first-child th {
    border-top: 1px solid #ccc;
}

#modifyMember {
   /* width: 40%;
    max-width: 400px;
    float: right;
    border: 1px solid #ccc;*/
    text-align: center;
    display: none;
}
#modifyMember label {
    width: 35%;    
    display: inline-table;
    text-align: left;
    margin: 5px 0;
    padding: 5px;
}
#modifyMember input[type="text"], #modifyMember select {
    width: 50%;    
    display: inline-table;
    margin: 5px 0;
    padding: 5px;
}

/*span.link:hover {
    text-decoration: underline !important;
}*/



.content h1 {
    color: #15589f;
/*    font-size: 1.5em;*/
/*    text-transform: uppercase;*/
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    /*margin: 0;
    padding: 0;*/
}
.content {
    font-family: Helvetica;
}