body {
    background: #f1f1f1 url('../src/shop-bg.jpg') !important;
    margin-bottom: 140px !important;
} 

@media (min-width: 767px) {
  .container { 
    max-width: 840px !important;   
  }
}

.entry, #comments {
    background: #FFFFFF !important;   
    border: 1px solid #efefef;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-radius: 7px;  
    box-shadow: 0px 2px 3px #eee;  
    padding: 25px;     
} 

.entry {
    padding-top: 5px; 
}

.entry, #comments, .recommendedPages { 
    margin-top: 25px; 
}