#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;
}

.heading{font-weight:bold;}
.yellow{background:#f2f2f2;padding:10px;}
table.feaTable thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #E5E5E5;
    font-size: 17px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
    width: 25%;
}

table.feaTable td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
}

.spbox a {
    background-color: hsl(0, 0%, 98%);
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 5px;
    box-shadow: 0 0 3px hsl(0, 0%, 80%);
    color: hsl(217, 18%, 36%);
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 20px;
    font-size: 16px;
}

table.screenTable thead tr th {
    background-color: #ECEDEE;
    font-size: 14px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
    width: 25%;
}

table.screenTable td {
    font-size: 14px;
    padding: 0.6em;
    text-align: center;
    vertical-align: top;
}

table.serviceTable thead tr th {
    background-color: #ECEDEE;
    font-size: 17px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
    width: 50%;
}

table.serviceTable td {
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
}

table.suppTable thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #E5E5E5;
    font-size: 17px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
}

table.suppTable td {
    font-size: 14px;
    border: 1px solid #E5E5E5;
    padding: 0.6em;
    vertical-align: top;
}
