.cmd-input {
    font-family: monospace;
    background-color: inherit;
    resize: none;
    border: 0 none;
    border-radius: 0;
    font-size: 12px;
    outline: none;
    padding-left: 0;
    padding-top: 0;
    width: 90vw;
}

.cmd-output {
    font-family: monospace;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline;
}

table, th {
  border: 2px solid rgb(255, 255, 255);
  border-collapse: collapse;  
}

td {
    border-left: 2px solid rgb(255, 255, 255);
    padding: 3px;
}

table.alt-style {
  border-collapse: separate;
}

iframe {
  border: 0;
}

.height-50 {
  height: 50px;
}

.indent {
  margin-left: 20px;
}

.align-text-center {
  text-align: center;
}
