body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
.container-narrow{max-width:1100px}
.form-text{font-size:.85rem}
.table-scroll{max-height:60vh;overflow:auto}
@media (min-width: 1200px){
  .container-narrow{max-width:1400px}
}
@media (min-width: 1600px){
  .container-narrow{max-width:1600px}
}
@media (max-width: 576px){
  .container-narrow{padding-left:12px;padding-right:12px}
  .table{font-size:.9rem}
  .btn{white-space:nowrap}
  code{word-break:break-word}
  .navbar-brand{max-width:75vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

body:not([data-app-ready="true"]) .modal{display:none!important}
body[data-app-ready="true"] #view-loading{display:none!important}
