﻿div.sectionhead {
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 13px;
	background-repeat: no-repeat;
}
div.closed {
/*	background-image: url('../img/form-sectionhead-closed.png');*/
}
div.open {
/*	background-image: url('../img/form-sectionhead.png');*/
}
div.sectionhead a {
	text-decoration: none;
	color: #666666;
}
span.sectionheadnote {
	float: right;
	font-family: inherit;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 8px;
}
span.spacer {
    display: table-cell;
    float: left;
    height: 32px;
    width: 44px;
}