﻿.mud-simple-table.mud-table-dense * tr td, .mud-simple-table.mud-table-dense * tr th { padding: 1px 6px; text-align: center; /*white-space: nowrap;*/ font-size: 0.875rem; line-height: 1.1em}
 .mud-simple-table.mud-table-dense * tr td a { color: inherit !important; padding: 1px 6px; text-align: center; /*white-space: nowrap;*/ font-size: 0.875rem; line-height: 1.1em }
.mud-table-container { width: 100%; overflow-y: visible; }
.mud-list-item.mud-list-item-dense { padding-top: 0px; padding-bottom: 0px; }
.mud-icon-button { padding: 2px;}

.status-row-alt { background-color: rgba(204,221,238,0.3); }
.status-node { width: 530px; table-layout: fixed; background-color: rgba(0, 0, 0, 0); }
.status-node-wide { table-layout: fixed; overflow-y: visible; }
.status-node-icon { min-width: 80px; }
.status-node-ident { min-width: 130px; }
.status-node-lastconnection { min-width: 120px; }
.status-node-cell { min-width: 130px; word-wrap: break-word; }
.status-node-battery { min-width: 60px; }

.status-logger { width: 500px; table-layout: fixed; background-color: rgba(0, 0, 0, 0); }
.status-logger-icon { min-width: 60px; }
.status-logger-ident { min-width: 90px; }
.status-logger-lastupdate { min-width: 120px; }
.status-logger-model { min-width: 80px; }
.status-logger-nodeport { min-width: 40px; }
.status-logger-battery { min-width: 60px; }
.status-logger-signature { min-width: 40px; }

.status-channel { width: 880px; table-layout: fixed; background-color: rgba(0, 0, 0, 0); }
.status-channel-icon { min-width: 60px; }
.status-channel-site { min-width: 180px; color: var(--mud-palette-primary);  }
.status-channel-dirln { min-width: 50px; }
.status-channel-days { min-width: 50px; }
.status-channel-mem { min-width: 80px; }
.status-channel-totals { min-width: 140px; }
.status-channel-attribute { min-width: 100px; }
.status-channel-description { min-width: 210px; }

.site-rsu { table-layout: fixed; overflow-y: visible; }
.site-rsu table * tr > td, .site-rsu table * tr > th { border-bottom: none; }
.site-rsu-attribute { min-width: 220px; }
.site-rsu-description { min-width: 300px; }
.site-rsu-mode { min-width: 150px; }
.site-rsu-siterow { border-top: 1px solid var(--mud-palette-primary); }
.site-rsu-rsurow { border-top: 1px solid var(--mud-palette-table-lines); }