
/* Override bootstrap post-heading to reduce the side of the page header */
.post-heading-mod {
  padding: 200px 0 0px !important;
}
/* Override the space between header and start of content */
header.masthead {
  margin-bottom: 5px !important;
}
/*override bootstrap for tables*/
table tbody, tr, td, th {
  border: 1px solid #DFDFDF !important;
  padding: 0.5em !important;
}
/*override bootstrap for headings in article body*/
article h1, article h2, article h3, article h4, article h5 {
  padding-top: 0.9em !important;
  color: #2E3436 !important;
}
code {
  color: #2E5F00 !important;
  font-size: 0.8em !important;
}
div.template_grid_list_w_images {
  padding: 10px !important;
}
div.template_grid_list_w_images h1 {
  font-size: 1.2em !important;
  padding: 3px !important;
}
div.template_grid_list_w_images h2 {
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 1px !important;
}
div.template_grid_list_w_images a {
  text-decoration: none !important;
}


/*
PHP TableOfContents styles
AutoTOC function written by Alex Freeman
Released under CC-by-sa 3.0 license
http://www.10stripe.com/
*/
#toc
{
	border: 1px solid #BABDB6;
	background-color: #EEEEEC;
	padding: 1em;
	font-size: 90%;
	text-align: center;
	width:15em;
}

#toc-header
{
	display: inline;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#toc ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.toc3
{
	margin-left: 1em;
}

.toc4
{
	margin-left: 2em;
}
