﻿@media only screen and (max-width:39.9em) {
    div.subscribed-feature {
        white-space: nowrap;
    }

        div.subscribed-feature label {
            max-width: 8em;
            overflow: hidden;
        }
}
