/* Enter Your Custom CSS Here */

/* Hide Recent Posts from Showcase template */
.page-template-showcase-php .recent-posts {
	display: none;
}

/* Hide menu search box */
#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

/* Add a class "no-border" to your image to remove border */
#content .no-border { border: 0; }

/* Remove table border */
#content table, #content tr td {
    border: none
}

/* increase width */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
