@charset "utf-8";
/* CSS Document */

.thetable {
	margin-top: 40px;
}
table {
	width: 960px;
	border-collapse: collapse;
}
table, tr, th, td {
	border: 1px solid #8395ad;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #8395ad;
	color: #fff;
}
td {
	text-align: left;
	font-size: 14px;
}
.th-width1 {
	width: 150px;
}
.th-width2 {
	width: 150px;
}
.th-width3 {
	width: 170px;
}
.th-width4 {
	width: 390px;
}
.th-width5 {
	width: 150px;
}



@media only screen and (max-width : 1024px) {
.thetable {
	margin-top: 40px;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}
table, tr, th, td {
	border: 1px solid #8395ad;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #8395ad;
	color: #fff;
}
td {
	text-align: left;
	font-size: 10px;
}
.th-width1 {
	width: 15%;
}
.th-width2 {
	width: 15%;
}
.th-width3 {
	width: 15%;
}
.th-width4 {
	width: 40%;
}
.th-width5 {
	width: 15%;
}

}
