table {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border: 1px outset;
}

table tr {
  color: black;
  background-color: #ddd;
}

table tr td {
  text-align: left;
  line-height: 14px;
  border: 1px inset;
}

table tr td img {
  vertical-align: middle;
  width: 45px;
  height: 14px;
}

