table {
    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 100%;

    .even {
        background-color: $contentInverseColor;
    }
    * {
        font-size: 1em;
    }
    thead, th {
        line-height: 1.1em;
        font-weight: bold;
        padding: 3px 8px;
        background: $fillColor;
        border-bottom: 1px solid $fillColor;
        vertical-align: middle;

        &#pf-bet-details {
            text-align: left;
        }
        &.total {
            background: none;
        }
        &.num {
            font-weight: bold;
        }
    }
    td {
        vertical-align: top;
        border-width: 0 1px;
        padding: 4px;
        border-bottom: 3px solid $fillColor;

        &.num {
            text-align: center;
        }
        &.text {
            text-align: center;
            vertical-align: middle;
        }
        &.tip {
            text-align: left;
        }
    }
}
