.pt-table-wrap {
	margin: 0 auto;
	box-sizing: border-box;
}
.pt-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}
.pt-table thead th {
	text-align: left;
}
.pt-table tbody tr:last-child td {
	border-bottom: none !important;
}
.pt-table tbody td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
@media (max-width: 480px) {
	.pt-table {
		font-size: 13px;
	}
}
