.pst-product-specification-table-wrapper {
	display: block;
	width: 100%;
}

.pst-product-specification-table-wrapper h3 {
	color: #000;
	font-weight: 600;
	margin: 10px 0;
}

.pst-product-specification-table-wrapper table {
	width:100%;
	border-collapse: collapse;
}

.pst-product-specification-table-wrapper table tr th {
	padding: 10px;
	color: #000;
	width: 50%;
	background: #f8f8f8;
	border: none;
	text-align: left;
}

.pst-product-specification-table-wrapper .pst-product-specification-image{
	 width: 124px;
	 height: auto;
}

.pst-product-specification-table-wrapper table tr td {
	padding: 10px;
	color: #666;
	background: #fdfdfd;
	border: none;
	text-align: left;
}
.pst-product-spec-table-link-msg pst-product-spec-table-link-variable{
		display:none;
}

@media screen and (max-width: 768px) {

    .pst-product-specification-table-wrapper tbody tr th{
        display:revert !important;
    }
    .pst-product-specification-table-wrapper tbody tr td {
        text-align: left !important;
    }
}
