@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 96%;
	margin-left: 2%;
	margin-top: 20px;
}
.top-bottan{
	margin-bottom: 10px;
}
.red {
	color: red;
}

input[type=text] {
	width: 50%;
}
input[type=date] {
	width: 10%;
}
table {
	width: 100%;
	margin-top: 10px;
}
table th {
	padding: 2px;
}
table td {
	padding: 2px;
}
#outcome {
	width: 50%;
	height: 300px;
}
.shot {
	width: 6%;
}
.top-btn{
	margin-bottom: 10px;
}