.manageable {
  font-size: 10px;
}

.manageable td {
  padding-right: 4px;
  padding-left: 7px;
}

.manageable input, .manageable select, .manageable textarea {
  font-size: 10px !important;
  padding: 2px;
  border: 1px solid #ddd;
}

.manageable td.date {
  width: 87px;
}

.manageable td.page-title {
  width: 488px;
}

.manageable div.title {
  width: 162px;
  float: left;
}

.manageable div.title input {
  width: 154px;
}

.manageable div.title label {
  float: left;
  margin-top: 4px;
}

.manageable div.title input.slug {
  width: 123px;
  float: right;
}

.manageable div.other, .manageable div.more {
  width: 190px;
  float: left;
  padding-left: 5px;
}

.manageable div.other label, .manageable div.more label {
  display: block; float: left;
  width: 54px;
  margin-top: 4px;
}

.manageable div.other select {
  width: 133px;
}

.manageable div.more {
  width: 125px;
}

.manageable div.more input {
  width: 60px;
}

.manageable td.author select {
  width: 110px;
}

.manageable ul.categories {
  list-style: none;
  padding: 0; margin: 0; 
  height: 65px; width: 160px;
  overflow: auto;
  font-size: 10px;
}

.manageable ul.categories ul.children {
  list-style: none;
  padding-left: 15px;
}

.manageable ul.categories li {
  margin-bottom: 2px;
}

.manageable ul.categories input {
  vertical-align: middle;
}

.manageable td.tags textarea {
  width: 140px; height: 58px;
}

.manageable td.comments {
  padding-left: 0;
}

.manageable td.status select {
  width: 98px;
}

.manageable td.status input {
  vertical-align: middle;
}