MapleStory FIREPOWER Events

Trying to list important content.

HTML

<table>
    <tr>
        <th colspan="2">Obtainable Once</th>
    </tr>
    <tr>
        <td>Attendance Days:
            <br>5/11/19/23/25/27</td>
        <td>5/5/10/15/15/20
            <br>(80)</td>
    </tr>
    <tr>
        <td>Bestie Hunt</td>
        <td>20</td>
    </tr>
    <tr>
        <td>FIREPOWER Hot Weekend
            <br>July 11/12</td>
        <td>20/10
            <br>(30)</td>
    </tr>
    <tr>
        <td colspan="2">Maple Contents Book</td>
    </tr>
    <tr>
        <td>Black Heaven Act 4</td>
        <td>10</td>
    </tr>
    <tr>
        <td>Eliminate Normal Zakum</td>
        <td>10</td>
    </tr>
    <tr>
        <td>Complete "Saving Violetta"
            <br>(Mushroom Castle)</td>
        <td>10</td>
    </tr>
    <tr>
        <td>Grand Athenaeum Episode 2</td>
        <td>10</td>
    </tr>
    <tr>
        <td>Cross World PQ x10</td>
        <td>10</td>
    </tr>
    <tr>
        <th colspan="2">Repeatable Daily</th>
    </tr>
    <tr>
        <td><span class="Notice">Hot Agent Only</span> Frozen Box
            <br>50 Box Max</td>
        <td>0-50 coins</td>
    </tr>
    <tr>
        <td>Throwback Field Bonus Stag
            <br>6 Entries Max</td>
        <td>0-6+ coins
            <br>(Depending on
            <br>random coin
            <br>arrangement)</td>
    </tr>
    <tr>
        <td>Guild Growth</td>
        <td>5</td>
    </tr>
    <tr>
        <th colspan="2">Unlimited (Unless clarified otherwise)</th>
    </tr>
    <tr>
        <td>Crystal Chests</td>
        <td>∞</td>
    </tr>
    <tr>
        <td>FIREPOWER Cases</td>
        <td>∞</td>
    </tr>
</table>

CSS

th, td:first-child {
    text-align: center;
}
td:first-child:not(:only-child) {
    border-right: 1px dashed black;
}
td {
    border-bottom: 1px dashed black;
}
th {
    border-bottom: 1px solid black;
}
.Notice {
    color: red;
}