div.thumb {
  height: 110px;
  width: 160px;
}
div.thumb_img {
  height: 90px;
  text-align: center;
}
div.thumb_img img {
  border: none;
}
div.thumb_txt {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  vertical-align: bottom;
  font-family: sans-serif;
}
div.thumb a {
  color: black;
  text-decoration: none;
}

div.row {
  padding: 0 15px;
  height: 110px;
  text-align: center;
}
div.row div.thumb {
  float: left;
  margin: 0 15px;
}

div.category {
  background: white;
  border: 3px solid grey;
  border-radius: 6px;
  width: 980px;
  margin: 30px auto;
}
div.category_title {
  color: white;
  text-align: center;
  font-size: 20px;
  background: grey;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: sans-serif;
}
div.category div.row {
  margin: 20px 0;
}

body {
  background: #f0f0f0;
  text-align: center;
  margin: 0;
}
