span.ampel_hilzweb {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 3px 10px 0 0;
    vertical-align: middle;
    float: left;
    clear: left;
}

span.ampel_hilzweb_green {
    background-color: #299C39;
}

span.ampel_hilzweb_yellow {
    background-color: #FFFF10;
}

span.ampel_hilzweb_gray {
    background-color: rgb(170, 170, 170);
}

div.ampel_row {
    height: 21px;
    color: #FFF;
    line-height: 24px;
}

div.info-icon {
    background: url(/layout/hilzweb/img/icon-info.png);
    /* background: url(/images/gallery/Basis/icon_info_2_55.png); */
    width:16px;
    height:16px;
    position: absolute;
    bottom: 20px;
    right: 15px;"
}

.tooltip th, .tooltip td, .tooltip div {
    color: white;
}

.tooltip th {
    padding-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

.tooltip-trigger {
    /* color: #0092c5; */
    border-bottom: 1px dashed #414141;
}

.hilzweb-icon-small {
    width: 12px;
    height: 12px;
    vertical-align: text-bottom;
    margin:0 3px 0;
}

.lieferbar {
    color: #299C39;
    font-weight: bold;
}

*[data-clipboard-text] {
    cursor: pointer;
}

.zeroclipboard-is-active { font-weight: bold;}