.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;

}

.stats-table-header {
    cursor: pointer;
}

.blue-row {
    color: #f8f9fe;
    background-color: #172b4d;
    font-weight: bold;
}

.list th {
    width: 215px;
}

.country-color-box {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    margin-right: 3px;
}
