@media (max-width: 549px) {
    [data-show="hide-for-small"],.hide-for-small {
        display:none !important
    }

    .small-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media (min-width: 550px) {
    [data-show="show-for-small"],.show-for-small {
        display:none !important
    }
}

@media (min-width: 850px) {
    [data-show="show-for-medium"],.show-for-medium {
        display:none !important
    }
}

@media (max-width: 849px) {
    [data-show="hide-for-medium"],.hide-for-medium {
        display:none !important
    }

    .medium-text-center .pull-left,.medium-text-center .pull-right {
        float: none
    }

    .medium-text-center .ml {
        margin-left: auto
    }

    .medium-text-center .mr {
        margin-right: auto
    }

    .medium-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media (min-width: 850px) {
    [data-show="hide-for-large"],.hide-for-large {
        display:none !important
    }
}