
@media screen {

/* ------------------------------------------------ basic */

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 5px 10px;
}

ul, p { 
	margin-top: 1em;
	margin-bottom: 1em;
}

li {
	list-style-type: none;
	background-image: url(../images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ---------------------------------------------- history */

#history table {
	border-collapse: collapse;
}

#history table th {
	padding: 2px 10px;
	border-bottom: 1px solid gray;
	background-color: #eeeeee;
	text-align: left;
}

#history table td {
	padding: 4px 10px;
	border-bottom: 1px solid gray;
}

/* ---------------------------------------------- comment */

div.comment {
	margin: 3px 0;
	padding: 5px;
	border: 1px solid gray;
}

div.comment .body p {
	text-indent: 1em;
}

div.comment .footer {
	color: gray;
}

#comment-form {
	margin: 5px 0;
	padding: 10px;
	background-color: #eeeeee;
}

/* -------------------------------------------- view step */

div.step {
	margin-bottom: 20px;
	line-height: 1.2;
}

div.step div.step-header {
	padding: 5px 10px !important;
	background-color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
}

div.step div.step-header h3 {
	margin: 0;
	font-size: 120%;
	display: inline;
}

div.step div.step-body {
	margin: 0 15px;
}

div.step div.step-box {
	padding: 10px;
	background-color: #eeeeee;
}

div.step div.step-box h4 {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 110%;
	border-bottom: 1px dashed gray;
}

}
