 table.table-comparison tr th { padding: 4px 8px 4px 0px; text-align: center; }
 table.table-comparison tr th:last-child { padding-right:0px; }
 table.table-comparison tr th span { background-color: #99B3FF; color: #fff; width: 100%; padding: 4px 8px; display:block; text-align: center; font-size:14px; }
 
 table.table-comparison tr td { text-align: center; font-size:14px; }
 table.table-comparison tbody tr:hover { font-weight: bold; background-color: #EBF0FF; }
 table.table-comparison tr td:first-child { text-align: left; }

 #compare-procedures-content {
 	display: flex;
 }