* {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }

.main-menu{
	display: none;
}
.category-details{
	width: 100%;
}

.category-title{
	width: 100%;
	position: relative;
	padding-right: 200px;
	box-sizing:border-box;
}

.category-title:after{
	content: url("images/print-logo.png");
	position: absolute;
	right: 40px;
	top: 0;
	width: 160px;
	height: 113px;
}

.more-quick-fixes .category-title:after{
	content: "";
}

.category-details .col-sm-8{
	width: 65%;
}

.category-details .col-sm-4{
	width: 100%;
}