/* Fix for heading horizontal lines showing up past the right of the TocMacro */
div.wiki-toc {
    margin-right: -2rem !important;
}

/* Hide the remnants of the original seartch bar */
#search {
	display: none !important;
}

/* Fix for Google Custom Search floating results text overlapping images */
.gsc-table-result, .gs-promotion-table {
  display: flex !important;
}
/* Fix for Google Custom Search floating results images being too tall */
.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
  max-height: 50px !important;
  vertical-align: top !important;
}

div.code{ 
	display: inline-block;	
}

div.code pre {
	padding-top: 0.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
}

