
#hfsmSimulator {
    overflow: auto;
    width: 100%;
    height: 100%;
}

#simulatorHandle {
    width:100%;
    height:0.5%;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    text-align: left;
    z-index: 2;
    cursor: ns-resize
}

.simulator-top-panel,
.simulator-bottom-panel {
    width: 100%;
    height: 49.75%;
    vertical-align: top;
    overflow: auto;
}


.simulator-top-panel {
}

.simulator-bottom-panel {
}

.simulatorTitle,
.stateInfoTitle{
    width: inherit;

    overflow: hidden;
    text-overflow: ellipsis;

    position: relative;
    top: 0;
    left: 0;
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.85;
    color: #00235b;

    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    margin-top: 8px;
}

.eventButtons {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
}

.eventButton {
    margin-left: 0;
    float: left;
    width: 85%;
}

.eventButtonText {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.showEventButton {
    padding: 6px;
    width: 15%;
    margin: 0;
    float: right;
}

#stateInfo {
    width: 100%;
}