.mdm-compare table {
    border: 1px solid #eee;
    width: 100%;
}

.mdm-compare table td {
    padding: 15px;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: normal;
}
.mdm-compare table tr:first-child td:first-child {
    background-color: #0979b7;
    color: #fff;
}
.mdm-compare table tr:first-child td {
    background-color: #0979b7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-right-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.mdm-compare table tr td:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
}
.mdm-compare table td.spl {
    color: #0879b7;
}
.mdm-compare table tr td.tick {
    background-image: url(https://www.manageengine.cn/mobile-device-management/images/compare-tick.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.mdm-compare table tr td.cross {
    background-image: url(https://www.manageengine.cn/mobile-device-management/images/compare-cross.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.cmpr-note span.tick {
    height: 20px;
    width: 20px;
    background-image: url(https://www.manageengine.cn/mobile-device-management/images/compare-tick.png);
    display: inline-block;
    background-size: contain;
    color: transparent;
    margin-right: 5px;
    margin-bottom: 5px;
}
.cmpr-note span.cross {
    height: 20px;
    width: 20px;
    background-image: url(https://www.manageengine.cn/mobile-device-management/images/compare-cross.png);
    display: inline-block;
    background-size: contain;
    color: transparent;
    margin-right: 5px;
}

