.pst-specs {
	margin: 1.5em 0;
}

.pst-specs__title {
	margin: 0 0 0.5em;
}

.pst-specs__table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
}

.pst-specs__table th,
.pst-specs__table td {
	padding: 10px 14px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}

.pst-specs__table tr:last-child th,
.pst-specs__table tr:last-child td {
	border-bottom: 0;
}

.pst-specs__table tr:nth-child( even ) {
	background: #f7f7f7;
}

.pst-specs__table th {
	width: 40%;
	font-weight: 600;
}

@media ( max-width: 600px ) {
	.pst-specs__table th,
	.pst-specs__table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.pst-specs__table th {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
