.resource .image {
  background: #DDD;
  float: left;
  height: 100px;
  margin-right: 5px;
  width: 100px;
}

.resource table {
  font-size: 0.9em;
  width: 595px;
}

.resource th {
  background: #444;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}

.resource .title {
  text-align: left;
}

.resource .content {
  padding: 10px;
  text-align: left;
}

.resource .content * {
  margin: 0;
  padding: 0;
}

.resource td {
  background: white;
  border: none;
  padding: 5px 10px;
  text-align: center;
}

.resource .odd td {
  background: #DDD;
}

.resource a {
  text-decoration: none;
}

.resource .add-to-cart {
  display: inline-block;
}

.resource .add-to-cart .form-submit {
  cursor: pointer;
}

.resource .cart-button {
  text-align: center;
}
