/*------------ table style set ------------*/
table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px black;
}

table td {
	border-style: solid dotted;
	text-align: center;
	padding: 15px 15px;
}

.tb-cell1 {
	width: 100;
	color: #454545;
	background: #f2f2f2;
}

.tb-cell2 {
	color: #454545;
	background: #e0ffff;
}

.tb-cell3 {
	color: #454545;
	background: #ffffff;
}

.tb-cell4 {
	color: #454545;
	background: #f2f2f2;
}

.tb-cell2 .tb-cell3 .tb-cell4 {
	width: 70;
}

@media screen and (max-width: 725px) {
	table td{
		padding: 5px 0px;
	}
}
