body {
	color: #444;
	padding: 2em;
	font-family: 'Segoe UI', Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
p {
	line-height: 150%;
}
code {
	word-break: break-all;
	word-wrap: break-word;
    font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
}
h4{
	font-size: 1.2em;
	margin: 6px 0 10px 0;
}

.chapter {
	margin-bottom: 3em;
}

.directory {
	font-size: 1.5em;
	line-height: 200%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #eee;
    padding: .6em .75em;
    text-align: left;
}





span.warning {
	color: #f00;
}
.tool-form form {
	overflow: hidden;
	margin: 0 0 2em 0;
}
.tool-form fieldset {
	overflow: hidden;
	border: solid 1px #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}
.tool-form form, .tool-form .result {
	width: 640px;
}
.tool-form ul {
	margin: 0;
	padding: 0;
}
.tool-form li {
	margin: 2px;
	padding: 0.5em 1em;
	list-style: none;
	background-color: #eee;
}


.tool-form {
	margin: 0;
	padding-bottom: 3em;
}
.tool-form p {
	margin: 0 0 1em 0;
}
.tool-form p:last-of-type {
	margin: 0;
}
.tool-form p label {
	line-height: 200%;
}
.tool-form textarea,
.tool-form select,
.tool-form input[type="text"],
.tool-form input[type="password"] {
	background-color: #fff;
	border: #d9d9d9 solid 1px;
	border-top: #c0c0c0 solid 1px;
	box-sizing: border-box;
	color: #212121;
	font-size: 1rem;
	height: 2rem;
	line-height: 100%;
	padding: 0 0 0 0.5rem;
	width: 100%;
}
.tool-form select:focus,
.tool-form textarea:focus,
.tool-form input[type="text"]:focus,
.tool-form input[type="password"]:focus {
	border: #009587 solid 1px;
	outline: none;
}
.tool-form textarea {
	line-height: 100%;
	height: 5rem;
	padding: 0.5rem 0 0 0.5rem;
}
#login-verify-tool.tool-form textarea, #pay-verify-tool.tool-form textarea {
	height: 10rem;
}
.tool-form input[type="submit"] {
	padding: 0.25em 1.5em;
	background-color: #009587;
	color: #fff;
	display: inline-block;
	border: none;
}