﻿/*** UDS Webviewer ***/
#content > div > div.col-md-8.main-content.js-glossary-context > div:nth-child(3) > div > div.ws_detail-table > table > tbody > tr > td > a[rel="store-webviewer"] {
    background-image: url("/dam/bfs/de/symbol/icon_webviewer.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    display: block;
}
#content > div > div.col-md-8.main-content.js-glossary-context > div:nth-child(3) > div > div.ws_detail-table > table > tbody > tr > td > a[rel="store-webviewer"] > img {
    z-index: -99999;
    position: relative;
}
/*** END UDS Webviewer ***/