﻿#standardisation-table
{
	/*border: 2px solid #F3B47F;
	border-radius: 7px;*/
	line-height: 1.4em;
	margin-bottom: 20px;
}

.table > tbody > tr > th {
    border-top: none;
}

#standardisation-table td {
	padding: 5px;
	vertical-align: top;
    line-height: 25px;
    text-align: center;
    font-size: 16px !important;
}

#standardisation-table th {
	font-weight: normal;
	font-size: 18px;
	color: white;
	padding: 10px;
	text-align: center;
}

#standardisation-table .th {
    background-color: #F3B47F;
}

#standardisation-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

#standardisation-table sup {
    font-size: 12px;
}