/* Server list rows contain mixed one-line and two-line cells; center them as one visual row. */
.server-table tbody td {
  vertical-align: middle;
}

.server-table tbody td small {
  line-height: 1.35;
  margin-top: 2px;
}

.server-table tbody td:first-child {
  min-width: 220px;
  white-space: normal;
}

.server-table tbody td:nth-child(3) {
  min-width: 250px;
}

.server-table .row-actions {
  white-space: nowrap;
}
