.ui-content > .ui-filterable {
  margin-top: -16px;
}
.ui-listview > li h3 {
  font-weight: bold;
  margin: 3px 0;
}
.table {
  table-collapse: collapse;
  border-spacing: 0;
}
.table td {
  padding: 0;
  line-height: 1em;
}
.text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
