table {
	font-size: 0.75rem;
	table-layout: fixed;
}

th, td {
	text-align: right;
}

.col0 {
	width: 3rem;
	text-align: center;
}


.col-target_vendor {
	width: 4rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-platform {
	width: 7rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-platform_type {
	width: 7rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-target_core {
	width: 6.5rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

 .col-target_numcores
,.col-mhz
{
	width: 3.3rem;
	text-align: center;
}

.col-target_core_type
{
	width: 3rem;
	text-align: center;
}

 .col-target
,.col-workload
{
	width: 7rem;
	text-align: center;	
}

 .col-prec
,.col-batch_size
,.col-concurrency
{
	width: 3.3rem;
	text-align: center;
}

 .col-fps
,.col-ms
{
	width: 4rem;
}

 .col-top1
,.col-top5
,.col-map
{
	width: 3.1rem;
}

.col-date
{
	width: 5rem;
}

