/*  -- AUTHOR: PITCH (pitch.net.nz) -----------------------------------------------------------  */
/*  -- MEDIUM: SCREEN -------------------------------------------------------------------------  */

/*  -- COLOUR CHART ---------------------------------------------------------------------------

	
	
/*  -- GENERAL
----------------------------------------------------------------------------------------------  */

body{
	
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

h1, h2{
	
	text-transform:uppercase;
	
}

h1{
	
	border-bottom: 1px solid;
	padding-bottom: 30px;
	
}

h2#toptitle{
	
	font-size: 12px;
	font-weight: normal;
}

hr{
	
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #000;
	
}

p.hide-print, div#header, div#content-left-column, ul#breadcrumb, div#content-right-column, p#footer-fvwo, p#footer-ocvs, #email-page, div#breadcrumb, .ddsg-wrapper h2 {
	display: none;
}

table#table-checklist, table#table-actionplan{

	width: 75%;
	margin: 0 auto;
}

table#table-checklist td, table#table-actionplan td{
	
	border: 1px solid;
	padding: 20px;
}

#content #table-completion input {
	
	margin-top: 50px;
	
}