/* Generelle Formatierung eines Factsheets */
table.facts td.label,
.facts > tbody>tr > td:first-child {
    font-weight : bold;
    width       : 33%;
}

.ym-grid table.facts td.data,
.facts>tbody>tr>td:nth-child(2)
{
    width: 66%;
    font-weight : normal;
}

