<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">canvas{
    display:block;
    margin-left: 5%;
    margin-right: 5%;
}

#radioContainer {
    text-align: right;
    font-size: 70%;
}

input[type=text]{
    width: 25%;
    align-self: center;
}

#inputTable {
    background-color: beige;
    align-content: center;
    font-size: 70%;
}

label {
    display: inline-block;
    width: 40%;
    text-align: center;
}

td{
    text-align: left;
    padding: 4px;
}

#peakCurrentLim{
    background-color: beige;
}

#torqueConst{
    background-color: beige;
}

#backEMFConst{
    background-color: beige;
}

#pwmVoltage{
    background-color: beige;
}

#peakTorque{
    background-color: beige;
}

#lock{
    margin-right:11%;
}

#units3{
    width:60%;
}

#submit{
    font-size:70%;
    width:8.5%;
}

#saveButton{
    font-size:70%;
    width:8.5%;
}

#loadButton{
    font-size: 70%;
    width:8.5%;
}

#help{
    font-size:70%;
    width:8.5%;
}</pre></body></html>