.flat .dcdStatusBar {
    color: black;
    height: 0 !important;  /* overwrite dojo inline styles */
    margin-left: 5px;
    overflow: visible;
    text-shadow: 0 0 1px white;
    top: 96% !important;
    top: calc(100% - 30px) !important;
    white-space: nowrap;
    width: 0 !important;  /* overwrite dojo inline styles */
}
