.compatibility-table-price .price {
	color: #444;
        margin-bottom:0; 
        white-space: nowrap;
}
.compatibility-table-price .price-new {
	font-weight: 600;
        color: rgba(248, 86, 57, 1);
        white-space: nowrap;
}
.compatibility-table-price .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
        white-space: nowrap;
}
.compatibility-table-price .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
        white-space: nowrap;
}

.popup-compatibility .popup-inner-body {overflow-y:auto;background: #fff;}