<table style="width: 100%; border-collapse: collapse; padding: 10px 20px; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; color: #333333; text-align: center;">
<thead>
<tr>
<th colspan="7" style="padding: 15px 0; font-size: 19px; font-weight: bold;">
Currency rate changes
</th>
</tr>
</thead>
<tbody>
<tr style="background-color: #e2e2e2; height: 50px; padding: 10px;">
<td style="height: 50px; border: 1px dotted #777; border-right-width: 0; ">Currency pair</td>
<td style="border: 1px dotted #777; border-right-width: 0;">Exchanges</td>
<td style="border: 1px dotted #777; border-right-width: 0;">Direction</td>
<td style="border: 1px dotted #777; border-right-width: 0;">Accounting price</td>
<td style="border: 1px dotted #777; border-right-width: 0;">Current price</td>
<td style="border: 1px dotted #777; border-right-width: 0;">±</td>
<td style="border: 1px dotted #777;">%</td>
</tr>
</tbody>
</table>
<table style="width: 100%; border-collapse: collapse; padding: 10px 20px; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif; color: #333333; text-align: center;">
<thead>
<tr>
<th colspan="7" style="padding: 15px 0; font-size: 19px; font-weight: bold;">
Currency rate changes
</th>
</tr>
</thead>
<tbody>
<tr class="tr">
<td class="td">Currency pair</td>
<td class="td">Exchanges</td>
<td class="td">Direction</td>
<td class="td">Accounting price</td>
<td class="td">Current price</td>
<td class="td">±</td>
<td class="td">%</td>
</tr>
</tbody>
</table>
th {
border:none;
}
.tr {
background-color: #e2e2e2;
height: 50px;
padding: 10px;
}
.td {
border: 1px dotted #777;
border-right: none;
}
.td:first-child {
height: 50px;
}
.td:last-child {
border-right: 1px dotted #777;
}
th {
border:none;
background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 3px 1px;
background-repeat: repeat-x;
}
.tr {
background-color: #e2e2e2;
height: 50px;
padding: 10px;
}
.td {
background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
background-position: right;
background-size: 1px 3px;
background-repeat: repeat-y;
border-bottom:1px dotted #777;
}
.td:first-child {
height: 50px;
border-left: 1px dotted #777;
}
.td:last-child {
border-right: 1px dotted #777;
}