table.users {
  width: 100%;
}
th.username,
td.username {
}
th.email,
td.email {
}

#content h1 {
  margin: 0 0 10px 0;
}

td.profile {
  width: 20px;
}
a.profile {
  background: url(../images/profile.gif) no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}

#login {
  border: 2px solid silver;
  width: 310px;
}
#login thead th {
  color: #fff;
}
#login tbody th {
  padding-left: 20px;
  width: 100px;
}
#login td {
  padding-right: 20px;
}
#username, #password {
  border: 1px solid silver;
  font-size: 11px;
  height: 17px;
  padding: 0;
  width: 160px;
}
#username {
}
#password {
}
#login input.inloggen {
  background: silver;
  border: 1px solid #666;
  color: #fff;
  width: 80px;
}
