.DemographicsPanel {
    justify-content: space-between;

    &-divider {
        width: 40px;
    }

    &-section {
        width: 50%;
    }

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

    &-with-content {
        display: flex;
        width: 100%;
    }
}
