.dc-product-specifications-wrapper {

    overflow-x: auto;

    margin-top: 20px;

}



.dc-product-specifications {

    width: 100%;

    border-collapse: collapse;

    margin-bottom: 20px;

}



.dc-product-specifications th, 

.dc-product-specifications td {

    border: 1px solid #ddd;

    padding: 10px;

    text-align: left;

}



.dc-product-specifications th {

    background-color: #f4f4f4;

    font-weight: bold;

}



.dc-product-specifications tr:nth-child(even) {

    background-color: #f9f9f9;

}



.dc-product-specifications tr:hover {

    background-color: #f1f1f1;

}

.dc-table-container thead tr th {
    background-color: #0C54A0;
    color: #fff;
    padding: 15px;
    border-color: #3c75b2;
}

.dc-table-container tbody tr th {
    color: #0C54A0;
    background-color: #0C54A0;
    color: #fff;
    text-wrap: auto;
    padding: 10px;
    border-color: #3c75b2;
}

.dc-table-container tbody tr td {
    padding: 10px 20px;
    border-color: #3c75b2;
}