@charset "utf-8";

body {
    background-color: #FFF;
}

#wrapper {
    margin: 0 auto;
    width: 600px;
}

#container {
    text-align: left;
    padding:20px;
}

h2 {
	font-size:140%;
	font-weight:bold;
	margin:20px 0 0 0;
}


table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:20px 0 10px 0;
	width:520px;
}

th , td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px;
	text-align:center;
}

th {
	background-color:#F0FADC;
}

#btn_close {
	text-align:center;
	margin:50px 0;
}

#copy {
	position:absolute;
	bottom:10px;
	left:20px;
	width:560px;
	font-size:72%;
}

