<style>
.table {
    width: 100%;
    margin-bottom: 0.2rem;
    color: #212529;
    border-spacing: 0px;
    border: 0px;
}

#global {
  margin-left: auto;
  margin-right: auto;
  width: 975px; /* largeur obligatoire pour être centré */
}

.font8 {
font-size: 8pt;
}

.font9 {
font-size: 9pt;
}

td, th {
border: thin solid #ddd;
padding: 0px;
border: 0px;
}

td {
/*font-family: arial, helvetica, sans-serif;*/
font-size: 12pt;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;

}

.DisplayDate
{
/*font-family: arial, helvetica, sans-serif;*/
font-size: 14pt;
background: #fb7d04;
color: #fcfcfc;
}


.DisplayTime
{
width:100px;
text-align:center;
/*font-family: arial, helvetica, sans-serif;*/
font-size: 9pt;
background: #D8CEF6;
margin:0 auto; 
text-transform: uppercase;
}

.Sessioncode 
{
/*font-family: arial, helvetica, sans-serif;*/
font-size: 14pt;
font-weight:bold;
background: #272f7a;
color: #fcfcfc;
}

.sessionname 
{
/*font-family: arial, helvetica, sans-serif;*/
font-size: 14pt;
font-weight:bold;
}

.abstracttxt
{
/*font-family: arial, helvetica, sans-serif;*/
text-align:justify;
margin-right: 15px;
margin-left: 15px;
}

.linkdate:link 
{
color: #fcfcfc;
} 
.linkdate:visited 
{
color: #fcfcfc;
}
.linkdate:hover 
{
color: #fcfcfc;
}

 
a:link 
{
color:#000000;
text-decoration: none;
}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {
color:#000000;
text-decoration: underline;
}  /* mouse over link */
a:active {color:#000000;}  /* selected link */

.greymater 
{
/*font-family: arial, helvetica, sans-serif;*/
/*height: 20px;*/
font-size: 14pt;
font-weight:bold;
background: #adadad;
color: #000000;

padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


	 	
.withmore:after {
	font-family: 'Font Awesome 5 Free';  
    content: "\f068";
    float: right; 
    font-weight: 900;
}
			
.withmore.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    font-weight: 900;
}

</style>
		