.cs-technical-data-wrapper {
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
}

.cs-technical-data-wrapper .cs-technical-data-title-wrapper {
    background-color: #121212;
    display: flex;
    align-items: center;
    border-radius: 14px 14px 0px 0px;
    padding: 15px 20px;
}

.cs-technical-data-wrapper .cs-technical-data-title-wrapper .cs-technical-data-title{
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 183.4%;
    color: #FFFFFF;
    margin-left: 10px;
}

.cs-technical-data-table {
    margin-bottom: 3px;
}

.cs-technical-data-table td{
    padding: 15px 15px;
}

.cs-technical-data-table tr:nth-child(odd){
background-color: #E8E8E8;
}

.cs-technical-data-table tr:nth-child(even){
    background-color: #F9F9F9;
    }

.cs-technical-data-table tr {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 183.4%;
    color: #646464;

}

.cs-title-cell {
    font-weight: 600;
    line-height: 1.2;
}

.cs-description-cell {
    font-weight: 400;
    line-height: 1.2;
}

.cs-technical-data-notification{
    font-size:14px ;
    margin: 5px;
    line-height: 1.2;
}