.TopCountriesPanel {
    width: 49%;

    & .LoadingIndicator {
        height: 100px;
        line-height: 100px;
        text-align: center;
        width: 250px;
    }

    &-table {
        height: 350px;
    }

    &-green-text {
        color: var(--turtle);
    }

    &-red-text {
        color: var(--parrot);
    }

    &-gray-text {
        color: var(--gray-500);
    }

    &-panel-content {
        min-height: 378px;
    }
}
