@charset "utf-8";

/* --- RESULT --- */

.result{
	margin-top: 20px;
}
.result h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.result p{
	font-weight: bold;
	margin-left: -5px;
}

.result table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
}

.result table td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
}



/* --- ENJOY --- */