.clearDiv{clear: both;}
.hiddenDiv{visibility: hidden;}
.noneDiv{display: none;}
.selected{text-decoration: underline;}
.headerTitle{text-decoration: underline;font-style: oblique;font-family: cursive;}
.sentOk{background-color: beige;color: green;}
.sentKo{background-color: orange;color: orangered;}
.resultParametersDiv{background-color: gainsboro;color: gray;padding: 2%;}
.resLi{list-style-type: none;margin-left: 2%;margin-top: 2%;}
.resultSentDiv{text-align: center;padding: 2%;font-weight: bold;}
.resSpan{cursor: pointer;}
.cvContainer{overflow: auto;}
.refDiv{border-top: 1px solid grey;border-bottom: 1px solid grey;padding: 3%;padding-left: 25%;}
.refSpan{cursor: pointer;color: orangered;}
.refSpan:hover{color:orange;text-decoration: underline;}
.refLi{float: left;list-style-type: none;margin-left: 5%;}
.nairLink{color: blueviolet;}
.actContainer{border: 0px solid blue;}
.blockDiv{float: left;border: 0px solid red;text-align: justify;background-color: beige;overflow: auto;}