.threads{
width: 90%;
height: 600px;
background-color: #ffffff;
overflow: scroll;
padding:10px;
}

.threads img{
width: 90%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

b {
font-size: 33px;
background-color: yellow;
}

td img{
width: 90%;
}