div.cabinet {
  width: 100%;
  margin: 0%;
  padding: 0%;
}

div.card {
  float: left;
  width: 192px;
  min-height: 142px;
  height: auto !important;
  height: 142px;
  margin: 3px;
  padding: 0%;
  text-align: center;
  cursor: default;

  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;

  border-right-width: 3px;
  border-right-style: double;
  border-right-color: #ccc;

  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #ccc;

  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;

  font-size: large;
}

table.card {
  width: 100%;
}
td.card {
  font-size: large;
  background-color: #000;
  color: #fff;
  height: 110px;
}