/******************************************************************************
    Style for Person of Open Gauquelin database
    
    @license    GPL
    @history    2021-11-20 22:36:08+01:00, Thierry Graff : Creation
********************************************************************************/

.person .col1{
}
.person .col2{
    margin-left:2rem;
}
.person .col3{
    margin-left:2rem;
    flex-basis:50%;
}

.person .general-summary,
.person .groups,
.person .sources,
.person .notes,
.person .wikiprojects,
.person .issues,
.person .admin{
    padding:1rem;
    border:1px solid grey;
    border-radius:4px;
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.25);
}

.person .general-summary{
    background:lightgoldenrodyellow;
}
.person .general-summary td:nth-child(2){
    padding-left:1rem;
}
.person .groups,
.person .wikiprojects,
.person .notes{
    background:#c5e1f7;
}

.person .notes{
    background:#fffacd;
}

.person .sources,
.person .admin{
    background:lightgrey;
}

.person .issues{
    background:#f7a7a3;
}

/* Tab "Build history" - Table showing raw values of a person */
.person .raw{
    white-space:pre-wrap;
    background:white;
    padding:.5rem;
    border:1px solid grey;
}
.person .raw td{
    padding:4px;
}

/* Tab "Build history" - Table showing new values of a person */
.person .new{
    white-space:pre-wrap;
    background:white;
    padding:1rem;
    border:1px solid grey;
}

