dl {
  clear: left;
  margin: 0.5em 0;
}
dt {
  display: block;
  float: left;
  width: 10em;
  margin: 0;
}
dd {
  margin: 0 0 0 11em;
}

span.error {
  font-size: 0.9em;
  color: red;
}
span.info {
  font-size: 0.9em;
  color: blue;
}

table.permissions {
  border-collapse: collapse;
  margin: 10px 0 30px 0;
}
table.permissions th {
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid gray;
}
table.permissions tr.row1 {
}
table.permissions tr.row-1 {
  background-color: #EFEFEF;
}
table.permissions th.user, table.permissions th.admin,
table.permissions td.user, table.permissions td.admin {
  border-right: 1px solid gray;
  width: auto;
}
table.permissions th, table.permissions td {
  width: 80px;
  text-align: center;
  padding: 0 5px 0 5px;
}

div.hscroll {
  max-height: 500px;
  width: 100%;
  overflow: auto;
}

.form-warning {
  color: red;
}
