
body{margin:50px;background-color: #eee;}
.redBlock,.greenBlock,.greyBlock{padding:10px; margin:10px 0;}
.redBlock{background-color:#FF0000; color:white;}
.greenBlock{background-color:#008000; color:white;}
.greyBlock{background-color:#ddd; }

.chapter{border-radius: 25px;
    background-color:#fff; 
    padding:20px; 
    margin:50px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    float:left;
    overflow:auto;
    width:100%;
}
.auditBlock{padding:10px; margin:10px ;background-color:#FFF;border:1px solid #b2d1f7;border-radius: 5px; 
    float:left;
}
.title{font-size: 1.5em;text-align: center;margin: 30px; color : #014486;text-transform: uppercase;}
.audit-icon{
    border-radius:3px;
    width: 30px;
    height:30px;

}
.stars-icon{
    width: 15px;
    height:15px;

}

tr.data:nth-child(odd) {background: #CCC}
tr.data:nth-child(even) {background: #FFF}



.reco{width:45%;}
.reason{width:45%;}
.threshold{width:45%;}
.analysis{width:45%;}
.action{width:90%;}
.list{width:90%;}

.statusOK{color:#008000; }
.statusKO{color:#FF0000;}
.action{color:#FF0000;}
