.onlyPro {
    font-style: italic;
    color: #c0c0c0;
}

@charset "UTF-8";
<style type="text/css">
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  valign: top;
}

._stabilo {background-color:#FF0;}

/**
 * Checkbox Toggle UI
 */
input[type="checkbox"].wppd-ui-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-tap-highlight-color: transparent;

    width: auto;
    height: auto;
    vertical-align: middle;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 4px;
    background: none;
    box-shadow: none;
}
input[type="checkbox"].wppd-ui-toggle:focus {
    box-shadow: none;
}
input[type="checkbox"].wppd-ui-toggle:after {
    content: '';
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    text-indent: -14px;
    color: #ffffff;
    width: 36px;
    height: 18px;
    display: inline-block;
    background-color: #a7aaad;
    border-radius: 72px;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].wppd-ui-toggle:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0;
    border-radius: 50%;
    background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle:checked:before {
    left: 20px;
    margin: 0;
    background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle,
input[type="checkbox"].wppd-ui-toggle:before,
input[type="checkbox"].wppd-ui-toggle:after,
input[type="checkbox"].wppd-ui-toggle:checked:before,
input[type="checkbox"].wppd-ui-toggle:checked:after {
    transition: ease .15s;
}
input[type="checkbox"].wppd-ui-toggle:checked:after {
    content: 'ON';
    background-color: #2271b1;
}



.tooltip { position: relative;
display: inline-block;
xborder-bottom: 0px dotted
black;}

.tooltip .tooltiptext {
visibility: hidden;
font-size: 12px;
font-family: sans-serif;
width: 120px;
background-color: #2271B1;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 4px 0;
position: absolute;
z-index: 1;}

.tooltip:hover .tooltiptext {
visibility: visible;}



a.ntrng-banner:link { text-decoration: none; }
a.ntrng-banner:visited { text-decoration: none; }
a.ntrng-banner:hover { text-decoration: underline; }
a.ntrng-banner:active { text-decoration: underline; }
</style>
