body{
 width:900px;
}
table, th, td {
  border: 1px solid black;
}
td{
  font-size: 30px;
  text-align: center;
}
table {
  border-collapse: collapse;
}
table.set {
 width:500px;
}
img{
  margin: 10px;
  width: 150px;
}
.card{
  display: table-cell;
}
.hidden{
  visibility: hidden;
}
.found{
  width:300px;
  float: left;
}
.foundR{
  margin: 2px;
  width: 40px;
}
div.container{
 width:100%;
 overflow:auto;
}
div.left{
 width:750px;
 float:left;
}
div.right{
 width:150px;
 float:left;
}

.body3{
 width:1200px;
}
table.set3{
  width:430px;
}
.smallimg{
  margin: 5px;
  width: 44px;
}
div.left3{
 width:530px;
 float:left;
}
div.right3{
 width:200px;
 float:left;
}
