/* CSS Document */

.table-needs1{
    	width: 100%;
    	text-align: center;
	border-width:1px; 
	border-style:solid; 
	border-color:#8d907f;

}

.table-needs1 .first-tr{
background: #8D907F;
height: 60px;
vertical-align:middle;
font-weight:600;
}

.table-needs1 .first-tr td{
font-weight:600;
}

.table-needs1 tbody .common-tr{
border: 0;
}

.table-needs1 tbody .common-tr-odd{
background: #DDDFD1;
border:0;
}

.table-needs1 tbody td{
text-align:center;
border: 0;
}

.table-needs1 .low{
background: #DDDFD1;
}

.table-needs1 .medium{
background: #CBCFB5;
}

.table-needs1 .high{
background: #BABF9B;
}

.disc ul li{
list-style-type:disc;
list-style-position: inside;
margin-left: 35px;



.table-needs1 tbody .common-tr ul li{
list-style-type: disc;
text-align: left;
}

.table-needs1 tbody .common-tr-odd ul li{
list-style-type: disc;
text-align: left;
}
