﻿.tecnical-data-abstract, .tecnical-data-abstract p {
	font-size: 19pt;
	line-height: 22pt;
    color: #888;
}

.tecnical-data-table table {
	table-layout: fixed;
	width: 100%;
}

.tecnical-data-table th {
	font-size: 13pt;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	padding: 16px 0px;
	text-align: center;
}

.tecnical-data-table tr {
	background: #ffffff;
	border-bottom: 2px solid #e5e5e5;
}

.tecnical-data-table td {
	text-align: center;
	padding: 14px 0;
	font-size: 13pt;
	color: #000;
	font-weight: 300;
}

	.tecnical-data-table td:last-child {
		width: 1px;
		white-space: nowrap;
	}

.tecnical-data-table p {
	margin: 0;
}

	.tecnical-data-table p span {
		font-size: 11pt;
		font-style: italic;
	}

@media (max-width: 1024px) {
	.tecnical-data-table th, .tecnical-data-table td {
		font-size: 12pt;
	}
}
