﻿
		#heading {
			display: block;
			text-align: left;
			margin-bottom: 1em;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #66ccff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		
		#panes {
			text-align: left;
			border-style: none;
			width: 340px;
		}
		
		#panes p {
		  width: 300px;
		  line-height: 1.2em;
		  text-align:left;
		}
		
		#panes h3
		{
		    text-align:left;
		    margin-left:10px;
		}
		
		#panes div div { overflow: hidden; }
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		
		
		
		span.float_flowchart_buttons_3
		{
		    float:left;
		    width:100px;
		    text-align:center;
		}
		
		span.float_flowchart_buttons_2
		{
		    float:left;
		    width:150px;
		    text-align:center;
		}
		
		
		span.float_county_contacts_flowchart
		{
		    width:80px;
		    float:left;
		    text-align:center;
		    margin:10px;
		}
		
		span.float_all_flowchart_buttons
		{
		    text-align:center;
		    width:300px;
		    float:left;
		}
