/* Enter Your Custom CSS Here */

/* Catalog Stuff */

@media (max-width: 767px) {
	
	.desktop_catalog {
  		display: none;
	}
}

@media (min-width: 768px) {
	
	.mobile_catalog {
  		display: none;
	}
}

.author {
 color: black;
  font-weight: bold;
}

.sm-text {
 font-size: 12px; 
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*catalog info pages*/
.title-info {
 font-size: 25px; 
}

.upcp-detail-image-div {
 background: #eeeeee; 
}

.item_border {
 border-style: solid;
  border-width: 4px;
  border-color: #eeeeee;
  
}

.span8.gradient-back {
 background-image: url("http://hammill-institute.org/hipp/wp-content/uploads/2014/10/gradient2.png");
  background-repeat: repeat-x;
  margin-left: 0px;
  margin-right: 0px;
  padding:15px;

}

.prod-cat-details-link.upcp-detail-details-link {

  padding-right: 10px;
  
}

.row.little-pad {
  margin-left: 4px;
}
