.box0 {
	background-color: #ffefff;
	width: 320px;
	height: 40px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow:2px 2px 4px gray;
	text-align: center;
}

.box1 {
	width: 320px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow:2px 2px 4px gray;
	padding: 10px 10px;
	text-align: left;
	background-color: #ffffff;
}

.box2{
	background-color: #ffefff;
	width: 320px;
	height: 40px;
	margin: 25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow:2px 2px 4px gray;
	text-align: center;
}

.th1{
	background-color: #ffffff;
	width: 20%;
	text-align: center;
	border: solid 1px black;
}

.th2{
	background-color: #ffffff;
	width: 40%;
	text-align: center;
	border: solid 1px black;
}

.th3{
	background-color: #ffffff;
	width: 70px;
	text-align: center;
	border: solid 1px black;
}

.th4{
	background-color: #ffffff;
	width: 105px;
	text-align: center;
	border: solid 1px black;
}

.td1{
	background-color: #ffffff;
	text-align: center;
	border: solid 1px black;
}

.tablebox {
	height: auto;
	border-spacing: 40px 0;
	margin: 25px;
	display: inline-block;
	vertical-align:top;
}

.tablebox2 {
	height: auto;
	width: 700px;
	border-spacing: 0px 10px;
	border-collapse: collapse;
	margin: 10px;
	display: inline;
}

.tablebox3{
	height: auto;
	width: 100%;
	border-spacing: 0px 10px;
	max-width: 600px;
	border-collapse: collapse;
	margin: 10px;
	display: inline;
	font-size: 20px;
}

@media(max-width: 640px){
.table-scroll{
	overflow-x: scroll;
}
}

