<tbody>
<c:forEach items="${results}" var="res" varStatus="status">
<c:set var="ann" value="${res.predictions}"/>
- <tr>
+ <tr style="border-bottom: double">
<th rowspan="${ann.mapsize + 2}"><a title="Click to view the job log" href="ServletLogInfo?IdJob=${res.id}">${res.id}</a></th>
</tr>
- <tr>
+ <tr style="border-bottom: double ">
<td style="text-align: center; font-weight: bold; font-family: monospace" >Protein Sequence</td>
<!-- <td style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out value="${res.prot}" /></td> -->
<c:if test="${flag == 'whole'}">