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;
}
/*
#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 */
}
