.card {
  display: flex;
}

.card-table {
  border-collapse: separate;
  border: solid #EFEFEF 1px;
  border-radius: 5px;
  width: 100%;
}
.card-table tr:last-child td {
  border-bottom: 0;
}
.card-table tr:hover td {
  background: rgba(249, 249, 249, 0.53);
}
.card-table td, .card-table th {
  padding: 10px;
  border-bottom: solid #EFEFEF 1px;
}
.card-table img {
  max-width: 100px;
}
.card-table th {
  border-bottom: solid #EFEFEF 1px;
  border-top: none;
}
.card-table td:first-child, .card-table th:first-child {
  border-left: none;
}
.card-table .card-table-select i {
  color: #E7E7E7;
}

.card-image {
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
}
.card-image.card-image-transparent {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQoU2M8c+bMfwY0IC0tjS7EwDgUFD5//hzDM0+fPsX0zBBQCAB4tzJ++zXUQwAAAABJRU5ErkJggg==) repeat;
}