S2230499 - france

by dixalex

HTML

<table class='dcmTableFixed'><tbody><tr><td class='firstColumn secondRow'></td><td class='secondRow fourthColumn thickLeftBorder thickTopBorder'>Skype For Business Telephony</td><td class='secondRow thickTopBorder'>Ring Central</td><td class='secondRow thickTopBorder'>OvH</td><td class='secondRow thickRightBorder thickTopBorder'>Stay with my Current provider</td><td class='secondRow noneLast'>None of These</td></tr><tr><td class='firstColumn telephonyOdd telephonyOddHeader'>Telephony Features</td><td class='telephonyOdd telephonyOddHeader fourthColumn thickLeftBorder'></td><td class='telephonyOdd telephonyOddHeader'></td><td class='telephonyOdd telephonyOddHeader'></td><td rowspan='17' class='productivityEven google'><p>I would not purchase any of the options to the left.</p><p>I would <u>continue to use my organization's current telephony solution</u></p></td><td rowspan='17' class='productivityEven none'><p>I would not purchase any of the options to the left.</p><p>I would seek other alterntaives</p></td></tr><tr><td class='firstColumn telephonyEven'>Cloud Based Phone System Administration and Call Management </td><td class='telephonyEven fourthColumn thickLeftBorder'>checkMark</td><td class='telephonyEven'>checkMark</td><td class='telephonyEven'>checkMark</td></tr><tr><td class='firstColumn telephonyOdd'>TelephonyService</td><td class='telephonyOdd fourthColumn thickLeftBorder'>checkMark</td><td class='telephonyOdd'>checkMark</td><td class='telephonyOdd'>checkMark</td></tr><tr><td class='firstColumn telephonyEven'>Cloud-based Dial-in/Dial-out Phone Conferencing</td><td class='telephonyEven fourthColumn thickLeftBorder'>checkMark</td><td class='telephonyEven'>checkMark</td><td class='telephonyEven'>checkMark</td></tr><tr><td class='firstColumn telephonyOdd'>Available on Android, iOS, Mac, Windows and IP Phones</td><td class='telephonyOdd fourthColumn thickLeftBorder'>checkMark</td><td class='telephonyOdd'>checkMark</td><td...

CSS

table.dcmTableFixed {
        border-collapse: collapse;
        border-bottom: solid 2px #000;
        border-top: none;
        border-left: none;
        border-right: none;
        width: auto;
    }
    
    table.dcmTableFixed td {
        border: solid 1px #DDD;
        font-family: arial;
        font-size: .71em;
        text-align: center;
        padding: 2px;
        max-width: 127px;
    }
    
    table.dcmTableFixed td.firstColumn {
        color: #000;
        border-left: solid 2px #000;
        min-width: 255px;
        max-width: 255px;
        text-align: left;
    }
    
    table.dcmTableFixed td.firstColumn.firstRow {
        border: none;
        border-top: none;
    }
    
    table.dcmTableFixed td.firstColumn.secondRow {
        border: none;
    }
    
    .firstRow.voip {
        background-color: #FFF2CF;
        border-left: solid 2px #000;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }
    
    .firstRow.productivity {
        background-color: #E2EFDB;
        border-left: solid 2px #000;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }
    
    .firstRow.combined {
        background-color: #CCC;
        border-left: solid 2px #000;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }
    
    .firstRow.hideCell {
        /*background-color: #CCC;*/
        display: none;
    }
    
    .secondRow {
        font-weight: bold;
        vertical-align: bottom;
    }
    
    td.productivityEven {
        /*background-color: #fff2cc;*/
        background-color: #cdc7a7;
    }
    
    td.productivityEven.productivityEvenHeader {
        background-color: #fff2cc;
        font-weight: bold;
        border-top: solid 2px #000;
        /*background-color: #cdc7a7;*/
    }
    
    td.productivityEven.google,
    td.productivityEven.none {
        /*background-color: #fff2cc;*/
        /*background-color: #cdc7a7;*/
        background-color:...

JavaScript

$('table').find('td').each(function() {
    $(this).removeAttr('contenteditable');
});