body {
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }
  
  .line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .line label {
    width: 120px;
  }
  
  .line input {
    width: 38px;  /* Instead of flex: 1 */
    padding: 5px;
    margin-right: 15px;
  }

  .line button {
    margin-right: 5px;
  }  

  .line select {
    width: 50px;
    padding: 5px;
    margin-right: 15px;
  }  

  .line_get {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .line_get label {
    width: 120px;
  }
  
  .line_get input {
    width: 180px;  /* Instead of flex: 1 */
    padding: 5px;
    margin-right: 15px;
  }

  .line_get button {
    margin-right: 5px;
  }    

  .row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    height: 25px;
    justify-content: left; /* Optional: centers the whole row */
  }

  .row label {
    width: 98px;
    text-align: center;
  }

  .row input {
    width: 80px;
    height: 30px;
    font-size: 1em;
    text-align: center;
  }

  .row select {
    width: 90px;
    padding: 5px;
    margin-right: 15px;
  }

  /* Device selection combo box styling */
  #deviceSelect {
    width: 150px;
    padding: 5px;
    margin-right: 15px;
    margin-left: 10px;
    font-size: 1em;
  }

  #deviceSelect + label {
    margin-left: 10px;
  }  

  @media screen and (min-width: 832px) {
    body {
      width: 800px;
      margin: 0 auto;
    }
  }
  
  h1 {
    margin-bottom: -0.3em;
  }
  
  h2 {
    margin-top: 2em;
  }
  
  h3 {
    margin-bottom: -0.2em;
    margin-top: 2em;
  }
  
  .pageIcon {
    height: 2.3em;
    float: left;
    margin-right: 0.5em;
  }
  
  .availability {
    margin-bottom: 2em;
  }
  
  .output {
    background-color: #f0f0f0;
    border-radius: 0.75em;
    display: block;
    margin: 0.5em;
    padding: 0.5em;
  }
  
  #status {
    margin: .5em 0;
    font-style: italic;
  }
  
  #log {
    margin: .5em 0;
    white-space: pre-wrap;
  }
  
  #status:empty, #log:empty, #content:empty {
    display: none;
  }
  
  .highlight {
    border-radius: 0.75em;
    border: 1px solid #f0f0f0;
    display: block;
    margin: 0.5em;
    overflow-x: auto;
    padding: 0.5em;
  }
  
  code {
    font-family: Inconsolata, Consolas, monospace;
  }
  
  .c { color: #999988; font-style: italic } /* Comment */
  .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  .k { font-weight: bold } /* Keyword */
  .o { font-weight: bold } /* Operator */
  .cm { color: #999988; font-style: italic } /* Comment.Multiline */
  .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
  .c1 { color: #999988; font-style: italic } /* Comment.Single */
  .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
  .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
  .ge { font-style: italic } /* Generic.Emph */
  .gr { color: #aa0000 } /* Generic.Error */
  .gh { color: #999999 } /* Generic.Heading */
  .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
  .go { color: #888888 } /* Generic.Output */
  .gp { color: #555555 } /* Generic.Prompt */
  .gs { font-weight: bold } /* Generic.Strong */
  .gu { color: #aaaaaa } /* Generic.Subheading */
  .gt { color: #aa0000 } /* Generic.Traceback */
  .kc { font-weight: bold } /* Keyword.Constant */
  .kd { font-weight: bold } /* Keyword.Declaration */
  .kp { font-weight: bold } /* Keyword.Pseudo */
  .kr { font-weight: bold } /* Keyword.Reserved */
  .kt { color: #445588; font-weight: bold } /* Keyword.Type */
  .m { color: #009999 } /* Literal.Number */
  .s { color: #d14 } /* Literal.String */
  .na { color: #008080 } /* Name.Attribute */
  .nb { color: #0086B3 } /* Name.Builtin */
  .nc { color: #445588; font-weight: bold } /* Name.Class */
  .no { color: #008080 } /* Name.Constant */
  .ni { color: #800080 } /* Name.Entity */
  .ne { color: #990000; font-weight: bold } /* Name.Exception */
  .nf { color: #990000; font-weight: bold } /* Name.Function */
  .nn { color: #555555 } /* Name.Namespace */
  .nt { color: #000080 } /* Name.Tag */
  .nv { color: #008080 } /* Name.Variable */
  .ow { font-weight: bold } /* Operator.Word */
  .w { color: #bbbbbb } /* Text.Whitespace */
  .mf { color: #009999 } /* Literal.Number.Float */
  .mh { color: #009999 } /* Literal.Number.Hex */
  .mi { color: #009999 } /* Literal.Number.Integer */
  .mo { color: #009999 } /* Literal.Number.Oct */
  .sb { color: #d14 } /* Literal.String.Backtick */
  .sc { color: #d14 } /* Literal.String.Char */
  .sd { color: #d14 } /* Literal.String.Doc */
  .s2 { color: #d14 } /* Literal.String.Double */
  .se { color: #d14 } /* Literal.String.Escape */
  .sh { color: #d14 } /* Literal.String.Heredoc */
  .si { color: #d14 } /* Literal.String.Interpol */
  .sx { color: #d14 } /* Literal.String.Other */
  .sr { color: #009926 } /* Literal.String.Regex */
  .s1 { color: #d14 } /* Literal.String.Single */
  .ss { color: #990073 } /* Literal.String.Symbol */
  .bp { color: #999999 } /* Name.Builtin.Pseudo */
  .vc { color: #008080 } /* Name.Variable.Class */
  .vg { color: #008080 } /* Name.Variable.Global */
  .vi { color: #008080 } /* Name.Variable.Instance */
  .il { color: #009999 } /* Literal.Number.Integer.Long */