#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}

.edi-btn{
    position: relative;
}
.edi-btn h2{
    margin-top: 50px;
    margin-bottom: 0;
}
.thanks-msg {
    display: none;
    color: #63ae21;
    font-weight: 700;
    transition: all ease-out 350ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    white-space: nowrap;
   
}

.aligncenter {
    text-align: center;
}
