.spec-table {
    /* border: 1px solid #DDD; */
    border-bottom: none;
}

.spec-table td, .spec-table th  {
    font-size: 0.85em;
}

.spec-table thead th {
    background-color: #444;
    color: white;
    hyphens: none;
    -webkit-hyphens: none;
    padding: 18px;
}

.spec-table thead td {
    background-color: #444;
    color: white;
    hyphens: none;
    -webkit-hyphens: none;
    padding: 18px;

}
    
.spec-table tbody th {
    background-color: #458dc7;
    border-bottom: 1px solid #ddd;
    color: white;
    font-size: 14px;
    font-weight: 100;
    padding: 12px;
}

.spec-table tbody td {
    background-color: #F6F6F6;
    border-bottom: 1px solid #DDD;
    padding: 12px 18px;
    vertical-align: top;
}

.spec-table tbody td.rowspan-right {
    border-right: 1px solid #DDD;
}

.spec-table tbody td.thumb-cell {
    background-color: white;
}

.spec-table tbody td.center-cell,
.spec-table tbody th.center-cell {
    text-align: center;
}

.spec-table td.precio-cell {
    background-color: #ff003c;
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding: 6px;
}
