.client-print {
    font-family: Arial;

    width: 210mm;
    height: 297mm;
}

.client-print .entete {
    padding: 0;
    padding: 0;
    border:3px solid #000;
    height: 30px;

    background-color: lightgrey;
    font-style: normal;
    font-weight: normal;
}

.client-print .entete .title {
    padding-left: 5px;
    font-weight: bold;
}

.client-print .entete .date_cmde_label {
    padding-top: 2px;
    margin-right: 10px;
    float: right;
}

.client-print .entete .date_cmde {
    padding-top: 2px;
    width: 200px;
    height: 24px;
    background-color: #fff;
    float: right;
}

.client-print .client-code {
    display: block;

    width: 250px;
    height:40px;

    margin-top: 30px;
    padding-top: 18px;

    vertical-align: bottom;

    border: 1px solid #000;
}

.client-print .table-header {
    float: left;
}

.client-print .table-header td {
    padding-left: 10px;
    padding-right: 10px;
}

.client-print .spacer {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.free-comment > .content {
    width: 100%;
    min-height:45px;
    padding: 5px;
}
.free-comment > .content:hover {
    cursor: pointer;
    background: lightgrey;
}