.techno .solution ul.dash{
	margin-left: 0;
	padding-left: 0;
}

.techno .solution ol{
	padding-left: 0;
	margin-left: 1.3em;
}

.techno .solution ul.dash li,
.techno .solution ol li{
	margin-bottom:0.5em;
}

.techno .solution ul.dash > li{
	text-indent:-1.35em;
	padding-left:1.4em;
}

.techno .solution ul.dash > li:before{
	content:'\2014\a0';
}

.techno .solution .nobr,
.techno .solution tt{
	white-space: nowrap;
}




.techno .solution table.pretty{
	margin: 0 19% 0.8em 0;
	border-collapse: collapse;
	font-size: 100%;
}

.techno .solution table.pretty th,
.techno .solution table.pretty td{
	padding: 0.5em 2em 0.5em 0;
	vertical-align: top;
}

.techno .solution table.pretty th,
.techno .solution table.pretty td.col0{
	font-weight: bold;
	text-align: left;
	font-size: 87%;
}

.techno .solution table.pretty th{
	border-bottom: 1px solid #ccc;
}

.techno .solution table.pretty td.col0{
	padding-left: 0.5em;
	padding-top: 0.6em;
}




.techno .solution .syntaxhighlighter,
.techno .solution .code_block{
	width: auto;
	padding: 1em 1.2em;
	margin: 0 17% 2em -1.2em;
	border: 1px solid #acacac;
}

.techno .solution .code_block{
	font-family: monospace;
	font-size: 110%;
	line-height: 1.2;
	color: #000;
}

.techno .solution .code_block .highlight{
	background: #ffd8ea;
}

.techno .solution .code_inline{
	color: #178a8a;
}

.techno .solution .img_block{
	display: block;
	margin-bottom:30px;
}

.techno .solution .outlined{
	border: 1px solid #acacac;
}



.techno .solution .note{
	padding-left: 3em;
	padding-right: 3em;
	margin-bottom: 2em;
}

.techno .solution .note table{
	margin: 0 0 -0.5em 0;
}

.techno .solution .note td{
	vertical-align: top;
	padding-bottom: 0;
}

.techno .solution .note td.col1{
	width: 15%;
}

.techno .solution .note td.col2{
	width: 85%;
}



