﻿*, ::after, ::before {
    box-sizing: revert;
}

@media (max-width:999px) {
        .UserBadge h1 {
            width: 100%;
        }

    .UserBadgeMisc {
        float: none;
        width: auto;
    }

    .UserBadgeLocation {
        width: 100%;
    }

    .CommonBox {
        width: 100%;
    }

    .DashboardRightColumn {
        width: 100%;
        float: none;
    }

    .DashboardMainColumn {
        width: 100%;
        float: none;
    }

    .DashboardActionsContainer {
        width: 100%;
        overflow:hidden;
    }

    .DashboardActionsInner {
        width: calc(100% - 20px) !important;
        float: none;
        padding: 10px;
    }

        .DashboardActionsInner.center {
            border: 0;
        }

    .innerdiv {
        width:100%;
    }
}
