

/* IntelliSense-only import */
@import "_content/Thor.BlazorUI/css/Thor.CSS.IntelliSense.css";

body {
    overflow: hidden;
    background-color: var(--thor-page-backgrundColor);
    color: var(--thor-page-textColor);
    font-family:'Segoe UI';
}



.tblPopoutDialogDefault {
    width: 95%;    
}

.tblPopoutDialogDefault td:first-child{
    width:40%;
}