.table{
  position:relative;  /*so children div can use 100% height and not go over */
  width:100%; /* as long as this div's parent is body it will take up whole screen */
  /* height:250px; make whatever you want */
  padding:8px; /* will make that spacing you wanted */
}

.table .cell {
    display: inline-block;
    height: 100%;
    margin: 0 10px 0 10px;
    min-height: 260px;
    padding: 0 20px 0 20px;
    position: relative;
    vertical-align: top;
    width: 30%;
    text-align: left;
}

.table .cell h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

#feeforeviews .features-boxes {
  margin-top: 20px;

}
.mp-content-review-bind-product-stars .mp-content-review-bind-product-stars-outer {
    position: relative;
    float: left;
    text-align: left;
    overflow: hidden;
    margin-right: 6px;
    background: url(rating.png) repeat-x;
    background-size: auto auto;
    background-size: 22px 38px;
    width: 108px;
    height: 18px;
    line-height: 18px;
}
.mp-content-review-bind-product-stars .mp-content-review-bind-product-stars-outer .mp-content-review-bind-product-stars-inner {
    top: 0;
    left: 0;
    background: url(rating.png) 0 -18px repeat-x;
    background-size: auto auto;
    background-size: 22px 36px;
    width: 0;
    height: 18px;
    line-height: 18px;
	position: absolute;
}
.mp-content-review-bind-product-stars {
    float: left;
    width: 100%;
    padding: 8px 0;
}
