
.main-content {
    margin: 0 1em;
}

.page-header-outer {
    background-color: #ddeaff;
    text-align: center;
}

.page-header-inner {
    display: inline-block;
    margin: 0 auto;
    text-align: left;

    width: 1000px;
    height: 2.5em;
}

.page-header-item {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0.3em;
}

.page-header-item a{
    text-decoration: none;
}

.fa-solid, .fa-regular {
    margin-right: 0.5em;
}

.package-info-table {
    border-collapse: collapse;
}

.package-info-table :is(td, th) {
    border: solid 1px black;
    padding: 0.3em 0.8em;
    text-align: left;
}

.package-versions-table {
    border-collapse: collapse;
}

.package-versions-table :is(td, th) {
    border: solid 1px black;
    padding: 0.3em;
    text-align: left;
}

.package-header {
    background-color: #eef;
    padding-top: 1em;
    padding-left: 3em;
}

:is(.package-header-item-selected, .package-header-item) {
    padding: 0.2em 1em 0;
}

.package-header-item-selected {
    display: inline-block;

    border: 1px solid black;
    border-bottom-width: 0;

    background-color: white;
}

.package-header-item {
    display: inline-block;

    background-color: #ddd;
}


:is(.package-header-item-selected, .package-header-item) > a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.command {
    margin-top: 1em;
}

.command-header {
    background-color: black;
    font-size: 1.5em;
     padding: 0.3em 1em;
}

.command-result {
    background-color: #d0d0d0;
}

.command-stdout > pre {
    white-space: pre-wrap;
    background-color: #eaffea;
}

.command-stderr > pre {
    white-space: pre-wrap;
    background-color: #ffeaee;
}

.command-type {
    display: inline-block;
    border-radius: 5px 5px 5px;
    border: 1px solid red;
    background-color:yellow;
    font-weight: bold;
    padding: 10px;
}

.command-payload {
    display: inline-block;
    color: white;
}

.command-out-header {
}

.command-output {
    display: flex;
    flex-flow: row wrap;
}
.command-stdout {
    flex: 1;
    padding: 5px;
    margin: 0;
}
.command-stderr {
    flex: 1;
    padding: 5px;
    margin: 0;
    border-left: 1px solid black;
}

.toggle-icon:hover {
    cursor: pointer;
}

.file-table {
    margin: 1em;
    width: calc(100% - 2em);
    border-collapse: collapse;
    font-family: monospace;
}

.file-table :is(tr, td, th) {
    border: 1px solid black;
    text-align: left;
    padding: 0.4em 0.8em;
    font-size: 1.1em;
}

.file-table-small-col {
    white-space: nowrap;
}

.file-table-large-col {
    width: 100%;
}

.file-table-size-col {
    width: 8ch;
    text-align: right;
}

.file-path {
    font-size: 1.5em;
    margin: 0.5em 0;
    font-family: monospace;
}

.file-path-part {
    display: inline-block;
    background-color: #eee;
    border: solid 1px black;
    padding: 0.2em 0.6em;
    border-left: none;
}

.file-path > a:first-child > .file-path-part {
  border-left: solid 1px black;
  margin-left: 0.66em;
}

body {
    margin: 0;
}

.mp {
    font-family: monospace;
    white-space: pre; /* use pre-wrap to wrap stuff */
}

.mp-bold {
    font-weight: bold;
}

.mp-underline {
    text-decoration: underline;
}

.icon-image {
    height: 1.4em;
    margin-right: 0.3em;
    user-select: none;
    vertical-align: middle;
}

.packages-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.packages-container > div {
    margin: 0.2em 0.5em;
}
