#selectProcess, #buildLayout, #createStep {
	width: 960px;
	margin: auto;
}

.details {
	background: #f0f0f0;
}

.sectionTitle {
	border-top: double #f0f0f0;
	border-bottom: double #f0f0f0;
	padding-bottom: 1em;
	text-align: center;
}

h3.sectionTitle {
	padding: 1em;
}

.sectionTitle h3 {
	margin-bottom: 0;
}

.sectionTitle ul {
	margin-top: 0;
}

.sectionTitle span {
	font-size: 85%;
}

.sectionTitle + .sectionTitle {
	margin-top: 1.5em;
}

.details p, .details ul {
	margin: 1em;
}

.validationIndicator {
	display: inline-block;
	background: rgba(255, 0, 0, 0.15);
	width: 1em;
	height: 1em;
}

.validation {
	background: rgba(255, 0, 0, 0.15);
}

.selection section {
	background: rgba(0, 0, 255, 0.05);
	border: 1px dotted rgba(0, 0, 255, 0.25);
	padding: 0 1em;
	margin: 1em 0;
}

.signupItems {
	padding: 0;
	list-style: none;
}

.signupItems li {
	padding: 1em;
	margin: .25em 0;
	border: 1px dotted #bbb;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.signupItems .newStep {
	padding: 1em;
	margin: .25em 0;
	font-weight: bold;
	font-size: 125%;
	border: none;
}

.gridTool {
	background: #ddd;
	border: 1px solid #bbb;
	margin: 1em 0;
}

.gridTool p {
	text-align: center;
	line-height: 500px;
}

#createStep select {
	width: 100%;
}

.buttonBuilder, .signupSteps, .stepsLegend {
	padding: 0;
	list-style: none;
}

.processDetails > h3 {
	margin-bottom: 0;
}

.stepsLegend {
	margin-top: 0;
	font-size: 85%;
}

.buttonBuilder li, .signupSteps li, .stepsLegend li {
	display: inline-block;
	box-sizing: border-box;
	width: 23.75%;
	margin: .5%;
	border: 1px dotted #BBB;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buttonBuilder .settings, .signupSteps .settings {
	background: #efefef;
	padding: .5em;
}

.buttonBuilder .settings .arrow {
	float: right;
	line-height: .8em;
}

.signupSteps li, .stepsLegend li {
	width: auto;
}

.stepsLegend li {
	padding: .5em;
}

.signupSteps .settings p {
	margin: .5em 0;
}

.stepsLegend .step {
	background: #efefef;
}

.signupSteps .active, .stepsLegend .active {
	border-color: #38c10e;
}

.signupSteps .active .settings, .stepsLegend .active {
	background: #ebf9e6;
}

.signupSteps .behavior, .stepsLegend .behavior {
	border-color: #20b3d5;
}

.signupSteps .behavior .settings, .stepsLegend .behavior {
	background: #e8f7fb;
}

.signupSteps .conditional, .stepsLegend .conditional {
	border-color: #CDB306;
}

.signupSteps .conditional .settings, .stepsLegend .conditional {
	background: #f8f4da;
}

.buttonBuilder .button, .signupSteps .button {
	margin: .5em;
}

.signupItems .settings {
	float: right;
	margin: -.4em;
}

.signupItems .settings span, .signupItems .settings .button {
	margin: 0;
}

.settings .arrow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: 900;
	margin: 0 .25em;
}

.signupItems .settings .errorMessage {
	padding: .25em .45em;
}

#addedProvidersDIV td {
    border-bottom: 1px solid gray;
    padding-top: 15px;
}

#addedProvidersDIV tr td:not(:nth-child(1)),
#addedProvidersDIV tr th:not(:nth-child(1)) {
    padding-left: 15px;
}

#addedProvidersDIV tr td:not(:nth-last-child(1)),
#addedProvidersDIV tr th {
    padding-right: 15px;
}