#lhsTree > li > span.ifTree:after {
    border-top: unset;
    border-left: unset;
    left: unset;
	content: '+';
}

.container {
    max-width: 1400px;
}

.cust-quote {
    text-align: center;
}
#lhsTree>li>span:after {
content: '+';
border: none;
right: 15px;
font-size: 20px;
line-height: 8px;
left: initial;
}

#lhsTree>li>span.dropact:after {
content: '-';
border: none;
right: 15px;
font-size: 20px;
line-height: 4px;
left: initial;
}

.headh2{
line-height:0px;
}
table, td, tr {
    border: 1px solid #d8d8d8;
}

    .flex-center-table td > div, .flex-center-table td > strong{
        display: flex;
        justify-content: center;
    }
td{
padding: 3px !important;
}
