.jFoedTooltip {
	border-radius: 5px; 
	border: 1px solid #DADFE3;
	background: #ffffff;
	color: #000000; 

}

/* Use this next selector to style things like font-size and line-height: */
.jFoedTooltip .tooltipster-content {
	font-family: Ubuntu, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 8px 10px;
	color: #909090; 
	
}

.titrejFoedTooltip {
    padding-bottom: 5px;
    padding-top: 11px;
    color: #797979;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;   
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.codejFoedTooltip {
	
    font-size: 14px;   
    color: white; 
    background: lightgrey;
    width: 2rem;
    height: 2rem;
    margin-top: 6px;
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    margin-right: 0.5rem;    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.desjFoedTooltip {
    border-top: 1px solid #eee;    
    -webkit-animation-duration: 1s;   
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    width: 29%;
    padding-right: 24px;
}
.comjFoedTooltip {
     border-top: 1px solid #eee;    
      font-style: italic;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.libjFoedTooltip {
	color: #797979;
    background-color: #f1f1f1;
    font-size: 13px;
    padding: 6px;
    width: 243px;
    font-weight: 500;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.valjFoedTooltip {    
   
    font-style: italic;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}