/*********** mise en forme du tableau du résumé des journées ********/
table.recap_results {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
font-size: 100%;
border: 1px solid #BBBBBB;
}
table.recap_results tr, table.recap_results td, table.recap_results th {
border: 1px solid #BBBBBB;
text-align: center;
/*width: 90px;*/
padding: 3px;
background-color: white;
}
table.recap_results th {
font-weight: bold;
}
table.recap_results .lib {
background: url(../../../../images/stories/byo/colors/green.png);
border: 1px solid #BBBBBB;
}
table.recap_results .std {
background: url(../../../../images/stories/byo/colors/pink.png);
border: 1px solid #BBBBBB;
}
table.recap_results .reg {
background: url(../../../../images/stories/byo/colors/yellow.png);
border: 1px solid #BBBBBB;
}
table.recap_results .ami {
background: url(../../../../images/stories/byo/colors/blue.png);
border: 1px solid #BBBBBB;
}
table.recap_results .cdff {
background: url(../../../../images/stories/byo/colors/blue.png);
border: 1px solid #BBBBBB;
}
table.recap_results .open_reg_cdff {
background: url(../../../../images/stories/byo/colors/green.png);
border: 1px solid #BBBBBB;
}
div#results {
border: 1px solid #BBBBBB;
}
div#results td {
padding: 1px;
}