.main-content .environmental-main {
    margin: 25px 0
}

    .main-content .environmental-main table {
        width: 100%
    }

        .main-content .environmental-main table th {
            height: 40px;
            border-right: 1px solid #aaa;
            background-color: #999;
            color: #fff;
            padding: 4px 5px
        }

            .main-content .environmental-main table th:last-child {
                border-right: none
            }

        .main-content .environmental-main table tr td {
            border-right: 1px solid #ccc;
            padding: 5px !important;
            background-color: transparent;
            font-size: 11px;
            color: #666
        }

            .main-content .environmental-main table tr td:nth-child(5) { /*vertical-align:top !important*/
            }

        .main-content .environmental-main table tr.change-bg td {
            background-color: rgba(0,0,0,.05) !important
        }

        .main-content .environmental-main table tr td img {
            height: 20px
        }

        .main-content .environmental-main table tr td > img {
            margin-bottom: 4px
        }

        .main-content .environmental-main table tr td a {
            color: #0091b3;
            display: block
        }

            .main-content .environmental-main table tr td a:hover * {
                text-decoration: underline
            }

            .main-content .environmental-main table tr td a img {
                height: 24px;
                display: inline-block;
                vertical-align: top
            }

            .main-content .environmental-main table tr td a span {
                display: inline-block;
                vertical-align: top;
                width: calc(100% - 34px);
                margin-left: 6px;
                word-break: break-all;
                text-align: left
            }

.main-content .environmentalInfoForm {
    margin: 40px 15px;
    text-align: center;
    color: #666
}

    .main-content .environmentalInfoForm p {
        font-size: 14px;
        color: #666
    }

/* Below Code added for EHS certificate tab to display  Pop up */

.showallpdf {
    cursor: pointer
}

.allpdflinks {
    display: none;
    position: fixed;
    top: 100px;
    width: 400px;
    left: 40%;
    background: #fff;
    padding: 30px;
    overflow: auto;
    box-shadow: 0 0 7px #111;
    margin-left: -100px;
    z-index: 999
}

.bgOverlay {
    display: none;
    background: #000;
    opacity: .6;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998
}

.closePopup {
    color: #c00 !important;
    font-size: 22px;
    padding: 7px;
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer
}

    .closePopup:hover {
        text-decoration: none;
        background: #efefef
    }

.series-description .wrapper-tabs .tabs-list, .wrapper-tabs .tabs-list {
    z-index: 0
}

.overflowHidden {
    overflow: hidden !important
}

.selectallchkbox {
    position: absolute;
    left: 30px;
    top: 70px;
    display: flex;
    align-items: center;
}

.pdfchkbox {
    margin-right: 4px
}

.pdfpopuprow {
    width: 100%;
    display: flex;
    margin-top: 8px;
    align-items: center;
}

    .pdfpopuprow span {
        width: 330px !important
    }

.pdfscroll {
    height: 360px;
    overflow: auto;
    margin-right: -18px;
    margin-top: 20px
}

.downloadall {
    text-align: center
}

    .downloadall button {
        background: #007e3a;
        height: 30px;
        border: 0;
        padding: 2px 10px;
        color: #fff
    }




 


/* Code Ends Here */