/* Custom styles goes here */
.tbl-text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 298px; /* Set a maximum width as per your layout */
}

.exceeds-limit {
    border-color: red;
}

.fixed-margin {
    margin: 5px;
    float: left
}

.zoom-box {
    position: relative;
}

    .zoom-box img {
        vertical-align: bottom;
    }

    .zoom-box .zoom-selector {
        position: absolute;
        background-image: url("../img/selector.png");
        background-repeat: repeat;
        display: none;
        cursor: crosshair;
    }

    .zoom-box .viewer-box {
        position: absolute;
        border: 1px solid rgb(239,237,240);
        display: none;
        overflow: hidden;
        left: -620px !important;
    }

        .zoom-box .viewer-box > img {
            position: absolute;
            left: 0;
            top: 0;
        }

.right-img {
    margin-left: 12px;
    position: absolute;
    max-width: 500px;
    top: 246px;
}

.pp-toc a {
    text-decoration: none;
}

.pp-section h2 {
    scroll-margin-top: 100px;
}

.pp-toc ol li{
    line-height:26px;
}
.privacy-main ul li {
    line-height: 26px;
    color: #7A8496;
    font-size: 16px;
}
.privacy-main p {
    color: #7A8496 !important;
    font-size: 16px !important;
    padding: 15px 0 !important;
    margin-bottom:0px !important;
}

.muted {
    color: #6c757d;
}