@charset "UTF-8";
/* SE main.css — Requires tokens.css */

pre{
    background-color: var(--bg-subtle);
    margin-top: -0.05em;
    padding: 2px;
    padding-left:10px;
}
table {
  border-collapse: collapse;
  margin-left: 0.05em;
  padding: 20px;
}
.popup {
    display: none;
    position: absolute;
    border: 1px solid var(--border);
    background-color: var(--bg);
    z-index: 1000;
    box-shadow: 0 2px 10px var(--shadow-sm);
}

#popup-iframe {
    width: 730px;
    height: 560px;
}

#result {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#summary {
    float: none !important;
    flex-shrink: 0;
}
#result > .card {
    float: none !important;
    flex: 1 !important;
    width: auto !important;
    min-width: 0;
}
#graph-right-spacer {
    flex-shrink: 0;
}
#searchResults {
    flex-basis: 100%;
}
#searchResults pre {
    font-size: 12px;
}

#mynetwork {
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 400px;
    background-color: var(--bg);
    border: 0px;
    position: relative;
    float: left;
}
