﻿#tools h2 {
	font-family: Arial;
	font-size: 12pt;
	border-bottom: 1px dotted #ccc;
	border-top: 4px solid #ccc;
	padding: 1px 0;
}

#tools table {
	width: 320px;
	float: left;
}

#tools td {
	padding: 5px 0;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	line-height: 1.5em;
}

#tools td img {
	margin-right: 10px;
}

#tools td a:link, #tools td a:visited {
	font-weight: bold;
	border-bottom: 1px dotted #06c;
}

#tool td {
	padding: 5px 0;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	white-space: nowrap;
	vertical-align: top;
}

#tool td input, #tool td select {
	display: inline;
	margin-left: 20px;
}

#tool .code {
	font-family: monospace;
	font-size: 8pt;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px 20px;
	margin: 15px 0;
}

#tool h3 {
	font-size: 12pt;
	margin: 30px 0 5px 0;
	border-bottom: 2px solid #ccc;
}

#tool .share {
	border: 1px solid #06c;
	background: #e8f7ff;
	padding: 10px;
}

#page .tool-info a:link, #page .tool-info a:visited, #page .tool-info a:hover {
	background: #39c;
	padding: 2px 6px;
	float: right;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	display: block;
	color: #fff;
	text-decoration: none;
}
