/*
 * DataWise GH mobile branding fix.
 * Include this stylesheet after each page's own styles.
 */

.brand-name,
.brand-text {
    display: inline !important;
    visibility: visible !important;

    white-space: nowrap;
}

@media (max-width: 600px) {
    .brand {
        min-width: 0;
    }

    .brand-name,
    .brand-text {
        font-size: 12px !important;
    }
}