/******************************************************************************
    Style for page "historical tests" of Open Gauquelin database
    
    @license    GPL
    @history    2021-12-27 18:11:37+01:00, Thierry Graff : Creation
********************************************************************************/

.historical li{
    list-style-type:none;
}

.historical li.author{
    padding-bottom:2rem;
}
.historical span.author{
    font-weight:bold;
    font-size:1.2rem;
}

.historical li.datagroup{
    padding-top:.8rem;
}
.historical span.datagroup-title{
    font-size:1.1rem;
    font-weight:bold;
}

.historical ul.datalist>li{
    padding-top:.3rem;
}
.historical li .nodownload {
    padding-top:4px;
    padding-left:6.25em;
}
.historical .todo{
    background:gold;
    border:1px solid grey;
    padding:0 5px;
}

