.rhs-cont{width:71%}
.table tr th:first-child {
    width: 17%;
}
.table tr th:nth-child(2){
    width: 5%;
}
.table tr th:nth-child(3) {
    width: 15%;
}
.table tr th:nth-child(4){
    width: 30%;
}
.table tr th:nth-child(5) {
    width: 16%;
}
.table tr th:last-child {
    width: 17%;
}
.table td{line-break: anywhere;text-align: center;}
