/* pbs 2021-02-12 make audio control bar wider */
audio {
  width: 50%;
}

/* pbs 2021-02-12 following brought from app.css (not used) to make checkboxes one line not 2 */
.web2py_checkboxeswidget label {
  display: inline;
}

table
{
    margin: 0 0;
}

div#div_bg
{
    /*
    background: url('../images/machine_inj.png');
    */
}

form.edit_mysession figure {
    margin-left: 0px;
}

div#part_div video {
    width: 80%;
}

table#fill_rates {
    display: inline-block;
}
tr.vals--v1 input[type="text"] {
    width: 60px;
    padding: 0px 0px;
    margin-bottom: 0px;
}

thead th {
    border-right: none;
}

section.main {
    padding: 0 0 0 0;
    /* 9/22/2020 PBS next fixes main being up under the header */
    margin-top: 10px;
}
/*
#cycle_submit {
    position: relative;
    top: -50px;
}
*/

td.myhilite {
    background-color: yellow;
    // background-color: #FF0033;
}

div.error {
    width: 150px;
}

tr.alarm--v1 {
    line-height: 27px;
    /* correctly spaces the alarms with flashing */
}

table.fixed-table--v1 {
    table-layout: fixed;
}

span.ui-spinner {
    border: none;
    /* removes border around spinner inputs */
}
