/******************************************************************************
* ldstLdstBoStyle.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
.detailSessionTraining {
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-color: #cacaca;
    font-size: 20px;
    line-height: 1.5;
    color: black;
    background-color: whitesmoke;
    padding: 1%;
}

.ldstDetailRequest {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    color: black;
}

.ldstDetail {
    border: 1px solid;
    padding: 1%;
    line-height: 2;
    margin-top: 2%;
}

.ldstContributorDetail {
    width: 25%;
}

.ldstSelectStatutQuote {
    display: flex;
    width: 22%;
    justify-content: space-evenly;
}