hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
}

.clear {
  clear: both;
}

.info {
  color: #777;
  font-size: 80%;
}

label.required {
  font-weight: bold;
}

/* Flash Messages */
.flash {
  border: 4px solid #ccc;
  background-color: #eee;
  color: green;
  padding: 5px 10px;
  margin-bottom: 1em;
  width:450px;
  margin-left:225px;
}

.flash_error {
  color: red;
}

/* Table Lists */
table.table_list {
  border-collapse: collapse;
}

table.table_list, table.table_list td, table.table_list th {
  border: 1px solid #ccc;
}

table.table_list th {
  background-color: #ddd;
}

table.table_list th, table.table_list td {
  padding: 3px 10px;
}

table.table_list tr.odd {
  background-color: #f3f3f3;
}

table.table_list tr.even {
  background-color: #fff;
}

table.table_list td.label {
  text-align: right;
  vertical-align: top;
}

table.dense td {
  font-size: 85%;
}
}