﻿html, body 
    {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }

#simButtonGroup{
    position: absolute;
    top: 5px;
    right: 10px;
    
}

.message {
    background: #eaeaea;
    color: red;
    position: absolute;
    top:0px;
    right:1px;
    z-index: 99999;
    width: 100%;
    height:31px;
    font-size:140%;
    text-align:center;
}

.ace_editor {
    position: absolute;
    top: 33px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.debug-highlight-0 {
	position: absolute;
	z-index: 1000;
	background-color: green;
}
.debug-highlight-1 {
	position: absolute;
	z-index: 1000;
	background-color:royalblue
}

.jqx-menu-item-top, .jqx-menu-item
{
    font-size:10px;
}



