span.notice {
  margin-left: 10px;
  color: red;
  font-weight: bold;
}

input.quick {
  width: 200px;
}

select.quick {
  display: inline;
}

table {
  width: 100%;
  padding: 0px 20px 0px 20px;
  white-space: nowrap;
}

ul.character {
    list-style-type: none;
    clear: both;
    font-size: 0.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul.character li {
    list-style-type: none;
    margin: 0px 0px 2px 0px;
}

ul.character li.row {
    clear: both;
}

ul.characterattribute {
    list-style-type: none;
    clear: both;
    height: 12px;
    margin: 0px;
    padding: 0px;
}

ul.characterattribute li {
    width: 45px;  
    list-style-type: none;
    float: left;
    display: inline;
}

.oddbg {
    background: #ddd;
}
