.InfoTable {
    text-align: left;

    td:first-child {
        width: 20%;
    }

    td:last-child {
        white-space: pre;
    }

    tr:first-child > td {
        border-top: none;
    }

    .table > tbody > tr:last-child > td {
        border-bottom: none;
    }
}
