#drop-zone {
    cursor: pointer;
}

#drop-zone * {
    pointer-events: none;
}

.stats-table {
    width: 100%;
}

.chart-holder {
    height: 250px;
}

th, td {
    white-space: nowrap;
    border-bottom: none;
}