@charset "utf-8";
body {
  font-family: monospace;
  text-align: center;
  margin-top: 40px;
}

table {
  margin: auto;
  border-collapse: collapse;
}

td, th {
  border: 1px solid #000;
  padding: 10px;
}

.window {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#minStrip, #secStrip {
  position: relative;
}

#minStrip img, #secStrip img {
  display: block;
  width: 80px;
  height: 80px;
}


.window {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
}

table td {
  height: 80px;
  vertical-align: top;
}
