@charset "utf-8";

html
{
	overflow-y: scroll;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color:transparent;
	text-align: center;
	color: #cccccc;
}

.box
{
	width: 180px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
}

.box_log
{
	width: 400px;
	border: 1px solid black;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	color: black;
}

table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px;
	margin: 10px auto;
}
th
{
	background-color:#eee;
}
tr:nth-child(odd)
{
	background-color:#ccc;
}

tr:nth-child(even)
{
	background-color:#fff;
}
