.h2o_favorites_table {
  border-collapse: collapse;
  border: 1px solid;
}
.h2o_favorites_table th, .h2o_favorites_table td {
  border: 1px solid;
  padding: 5px;
  vertical-align: middle;
}
.h2o_favorites_table td:empty {
  background: #ccc;
}
.h2o_favorites_table tr:nth-child(2n+1){
   background:white;
   text-align: center;
}

.h2o_favorites_table tr:nth-child(2n){
   background:white;
   text-align: center;
}
.h2o_favorites_table th {
  background: #f5f8ec;
}
.content-text img{
  display: inline !important;
}
.ajax-h2ofavorites-list {
margin: 0 20px;
}
.add_favorites{
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  position: relative;
  background-color: #41332d;
  line-height: 38px;
  height: 40px;
  margin-top: 12px;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;

}
.h2o_favorites_table {
}