/* Remove unwanted elements */
header, footer, img
{
display: none;
}


/* Ensure the content spans the full width */
.row
{
width: 100%; margin: 0; float: none;
}


/* Change text color to black (useful for light text on a dark background) */
body, h1, h2, h3, h4, h5, p
{
color: #000;
font-family: arial, sans-serif !important;
}

/* Improve color contrast of links */
a:link, a:visited
{
color: #781351
}

/* All USES PAGES */

.all-uses .uses-pagination {
	display: none;
}

.all-uses h2 {
	font-size: 60%;
	margin: 0 0 1rem;
}

.uses-slider .content {
	margin: 0;
}

.all-uses .uses-category-wrap {
	/*background: url(/img/logo_wd40.gif) no-repeat;*/
	background-size: 150px;
	background-position: 20px 20px;
}

.all-uses-list {
	/*padding-top: 8rem;*/
}

.category-header, .category-header h2, .category-header h2 span {
	background: none;
	font-family: arial, sans-serif !important;
	float: left;
}

.category-header {
	margin-top: 2rem;
	border-bottom: 1px solid black;
}


.print-logo {
	display: block !important;
	width: 100px;
	margin: 2rem;
}

