/* 
	nl-toc.css - styles for Table of Contents nav panel
	Last revision: 18 March 2012
*/

body {
	background-color: e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

h5 { 
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	color: 3a3a3a;
}

td, th {
	font-size: 11px;
}

/* Social share bar on homepage */

div#social {
    margin-bottom: 10px;
}

#social div,
#social iframe {
    margin-top: 3px;
}

#social .social_google {
    margin-top: 9px !important;
}