#content {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}
#footer {
    text-align: center;
    font-size: 12px;
}
#modelTree {
    position: absolute;
    min-width: 200px;
    overflow: auto;
}
#container {
    overflow: hidden;
    width: 400px;
    height: 400px;
    position: relative;
}
table {
    width: 100%;
}
table th {
    border: solid 1px #000000;
    text-align: center;
}
.stepCell {
    border: solid 1px #000000;
    min-width: 60px;
}
.numberCell {
    border: solid 1px #000000;
    text-align: right;
    min-width: 20px;
}
#stepContainer {
    height: 180px;
    min-height: 180px;
    overflow-y: auto;
    border: solid 1px #000000;
}
.tableInput {
    width: 100%;
    background-color: mistyrose;
    border: 0px;
    text-align: right;
}
.tableCenter {
    text-align: center;
}
.slider {
    margin-left: 10px;
    margin-right: 10px;
}
#jquery-ui-resizable {
    width: 100%;
    height: 600px;
    padding: 0.5em;
}
.toolbarBtn,
.tableBtn {
    border: solid 1px #000000;
    background-color: gainsboro;
}
#cmdBtns {
    padding-left: 2px;
    padding-top: 2px;
}
.animateBtn {
    width: 36px;
    height: 36px;
}
.tableBtn {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
#animateBtns,
#versionInfo,
#stepMainteBtns,
.commandDlg {
    position: absolute;
}
.numberInput {
/*    text-align: right;*/
    width: 100px;
}
label + input[type="radio"] {
    margin-left: 1em;
}
.centerBlock{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}
#animationJson {
    width:560px;
    height:275px;
    position:relative;
}
span {
    margin-left: 1rem;
}