﻿.no-print, .no-print * {
    display: none !important;
}

.mud-button-group-root * {
    display: none !important;
}

.mud-button-root * {
    display: none !important;
}

.mud-drawer * {
    display: none !important;
}

.mud-paper * {
    box-shadow: none !important;
}

.mud-elevation-1 {
    box-shadow: none;
}

.mud-elevation-15 {
    box-shadow: none;
}

.mud-card-header {
    border: 2px solid black;
}

.mud-card-header-actions * {
    display: none !important;
}

.detection-display {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 53px;
}
