table.size { 
  width: 50%;
  border-collapse: collapse;
  border: 1px #663300 solid;
  background-color: #ffffff;
  font-size: small;
} 

table.size td { 
  border: 1px #663300 solid;
  padding: 5px;
} 

table.size td.pattern {
  width: 100px;
}


ul {
  width: 80%;
  text-align: left;
}