.TopCountriesTable {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;

    & + .TopCountriesTable {
        margin-left: 10px;
    }

    &-header {
        margin-bottom: 15px;
    }
}

@media print {
    .TopCountriesTable-empty {
        background: none;

        &-content {
            color: $black;
        }
    }
}
