  .highcharts-legend-item {
    cursor: pointer;
}

.chart {
    height: 360px;
    margin: 24px auto;
    max-width: 696px;
}

#chart-web,
#chart-mobile,
#chart-browsers,
#chart-supported,
#chart-ie {
    height: 480px;
}

#chart-facebook,
#chart-twitter,
#chart-email-sent, {
    margin-bottom: 36px;
} 

#chart-email-rates {
    height: 420px;
}

.table-bordered tr td,
.table-bordered tr th {
    text-align: center;
}

.table-bordered tr td:first-child,
.table-bordered tr th:first-child {
    text-align: left;
}


.table th,
.table td {
    padding: 9px;
}

td.Chrome,
td.Firefox,
td.IE,
td.Edge,
td.Safari,
td.iOS,
td.Android,
td.Internet,
td.Mobile {
    padding-left: 42px !important;
    background-position: 9px center;
    background-repeat: no-repeat;
}

td.Chrome {
    background-image: url('/marcom/_images/browser-icons/chrome_48x48.png');
    background-size: 24px;
}
td.Firefox {
    background-image: url('/marcom/_images/browser-icons/firefox2019-48x48.png');
    background-size: 24px;
}
td.IE,
td.Internet {
    background-image: url('/marcom/_images/browser-icons/internet-explorer_48x48.png');
    background-size: 24px;
}
td.Safari {
    background-image: url('/marcom/_images/browser-icons/safari_48x48.png');
    background-size: 24px;
}
td.iOS,
td.Mobile {
    background-image: url('/marcom/_images/browser-icons/safari-ios_48x48.png');
    background-size: 24px;
}
td.Android {
    background-image: url('/marcom/_images/browser-icons/android_48x48.png');
    background-size: 24px;
}
td.Edge {
    background-image: url('/marcom/_images/browser-icons/edge-chromium-48x48.png');
    background-size: 24px;
}

/*.backgroundsize td.Chrome,*/
/*.backgroundsize td.Firefox,*/
/*.backgroundsize td.IE,*/
/*.backgroundsize td.Safari,*/
/*.backgroundsize td.iOS,*/
/*.backgroundsize td.Android,*/
/*.backgroundsize td.Edge,*/
/*.backgroundsize td.Internet,*/
/*.backgroundsize td.Mobile {*/
/*    background-size: 24px;*/
/*}*/

/*.backgroundsize td.Chrome {*/
/*    background-image: url('/marcom/_images/browser-icons/chrome_48x48.png');*/
/*}*/
/*.backgroundsize td.Firefox {*/
/*    background-image: url('/marcom/_images/browser-icons/firefox_48x48.png');*/
/*}*/
/*.backgroundsize td.IE,*/
/*.backgroundsize td.Internet {*/
/*    background-image: url('/marcom/_images/browser-icons/internet-explorer_48x48.png');*/
/*}*/
/*.backgroundsize td.Safari {*/
/*    background-image: url('/marcom/_images/browser-icons/safari_48x48.png');*/
/*}*/
/*.backgroundsize td.iOS,*/
/*.backgroundsize td.Mobile {*/
/*    background-image: url('/marcom/_images/browser-icons/safari-ios_48x48.png');*/
/*}*/
/*.backgroundsize td.Android {*/
/*    background-image: url('/marcom/_images/browser-icons/android_48x48.png');*/
/*}*/
/*.backgroundsize td.Edge {*/
/*    background-image: url('/marcom/_images/browser-icons/edge_48x48.png');*/
/*}*/