.tcommon {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
}
.tdcommon {
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}
.table_cont {
	width: 100%;
}
.small_table {
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 700px;
	width: 100%;
}

@media (max-width: 520px) {
	.tdcommon {
		font-size: 0.8rem;
	}
}
