/** Styles for list configuration pages. */
.itemtable {
  text-align: left;
}

.listitem { 
  font-size:small;
} 
.add-item-button {
  font-size: 12px;
  line-height: 12px;
  vertical-align: top; 
}
input.add-item-input {
  width: 200px;
}
input.add-item-title,
input.add-item-url { 
  width: 250px;
 }
div.reshuffle {
  margin-right: 1em;
}
td.reshuffle-container {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
  padding: 2px;
}
.first-list-item .up-link,
.last-list-item .down-link {
  visibility: hidden;
}
.reshuffle {
  background-color: #cccccc;
}

th { 
  white-space: nowrap;
  width: 8em;
}
