
.dogtraRecomened{	
width: 98%;
float: left;
padding: 12px 0px 0px 10px;
margin-bottom: 20px;
background: #fff;
border-bottom: 1px solid #8a7b4d;
}

.othersPurchased{	
width: 98%;
float: left;
padding: 12px 0px 0px 10px;
margin-bottom: 20px;
background: #fff;
border-bottom: 1px solid #8a7b4d;
	
}

.othersPurchased h3{
	color: #8a7b4d;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}

.dogtraRecomened h3{
	color: #8a7b4d;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}

.middle{
	vertical-align: middle;
}


/*//////////////////////////////// Mobile Version Update ////////////////////////////////*/

/* Break 1 (iPhone 4, 4S & 5 Portrait)----------- */
@media only screen and (max-width : 360px) {

.othersPurchased h3, .dogtraRecomened h3{
	text-align: center;
}

}

/*//////////////////////////////// Mobile Version Update ////////////////////////////////*/

/* Break 2 (iPhone 4, 4S - Landscape)----------- */
@media only screen and (min-width : 361px)
and (max-width : 450px) {

.othersPurchased h3, .dogtraRecomened h3{
	text-align: center;
}
	
}

/*//////////////////////////////// Mobile Version Update ////////////////////////////////*/

/* Break 2.5 ----------- */
@media only screen and (min-width : 451px)

.othersPurchased h3, .dogtraRecomened h3{
	text-align: center;
}
	
}

/*//////////////////////////////// Mobile Version Update ////////////////////////////////*/

/* Break 3 (Non Apple Smart Phones/Tablets & Iphone 5 Landscape) ----------- */
@media only screen and (min-width : 581px)
and (max-width : 767px) {

.othersPurchased h3, .dogtraRecomened h3{
	text-align: center;
}

}

/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
.othersPurchased h3, .dogtraRecomened h3{
	text-align: left;
}

}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen
and (min-width : 1024px) {
	
.othersPurchased h3, .dogtraRecomened h3{
	text-align: left;
}

}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {

.othersPurchased h3, .dogtraRecomened h3{
	text-align: left;
}

}