#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;
}

table.dceditionTable thead tr th {
    font-size: 14px !important;
    font-weight: bold !important;
    vertical-align: middle !important;
}

.awards-img {
	width: 180px;
	height: auto;
	-webkit-animation: fade-in 2s ease;
	-moz-animation: fade-in ease-in-out 2s both;
	-ms-animation: fade-in ease-in-out 2s both;
	-o-animation: fade-in ease-in-out 2s both;
	animation: fade-in 2s ease;
	visibility: visible;
	-webkit-backface-visibility: hidden;
}
@-webkit-keyframes fade-in {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-o-keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
