table {
    width:                  100%;
    border-collapse:        collapse;
}

table th, 
table td {
    padding:                8px;
    border-bottom:          1px solid #aaa;
    white-space:            nowrap;
    text-align:             left;
}

table thead tr th {
    font-size:              1.4em;
}

table tbody {
    /*background:             #272628;*/
}



table.members tbody th {
    text-align:             left;
    font-weight:            normal;
}

table.members tbody th a {
    text-decoration:        none;
    font-weight:            bold;
}