.myzmanimwidgetstyle > tbody > :first-child {/*display: none;*/}
.myzmanimwidgetstyle > tbody > tr:first-child + tr{display: none;}
.myzmanimwidgetstyle {
    border-collapse: collapse;width: 90%;
    margin: 0px auto; 
}
.myzmanimwidgetstyle > tbody > tr{border-bottom: 1px solid #ccc;line-height: 35px;
	background-color: #fff !important;}
.myzmanimwidgetstyle > tbody > tr:nth-child(n + 14) {
    visibility: hidden;
}
.myzmanimwidgetstyle > tbody > tr > td{border-right: none !important;}
.myzmanimwidgetstyle > tbody > tr > td:nth-child(1) {width: 60%;}
.myzmanimwidgetstyle > tbody > tr > td:nth-child(2) {width: 10%;font-weight: bold;}
.myzmanimwidgetstyle > tbody > tr > td:nth-child(3) {width: 30%;font-weight: bold;}