table.userList {
  width:100%;
  border-collapse: collapse;
}

.userList th {
  background-color: #EEEEEE;
  text-align:center;
}

.userList, .userList tr, .userList th, .userList td {
  border: solid 1px #DDDDDD;
  padding: 12px;
  text-align:center;
  vertical-align:middle;
}

.userList p {
  margin: 5px 0;
}

.userList .odd {
  background-color:#FAFAFA;
}
