body{
    color:#000;
}
div.label{
    color:#000;  
    text-align: left;
}
select{
    font-size: 11px;
}
h3
{
    font-size:18px;
}
.left{
	width:250px;
    margin-left: 10px;
}
.right{position:relative;margin-left:270px;}
.previousInstruction{
	margin-top:5px;
	width:100%;
	background-color : rgba(250,250,250,0.4);
	border-radius: 5px;
	overflow : auto;
	min-height: 100px;
	position:relative;
    max-height: 1000px;
}
.cacheVM{
	text-align:left;

}
.cacheVM select{font-size:12px;}
.analysisInstructionTextArea{
	width:100%;
	height: 50px;
	resize: none;
	margin: 0 auto;
}
.currentInstruction {width: 30%; float:left; padding:5px 10px; height:125px;}
.currentInstructionDiv {font-size: 30px; text-align:center; width:100%; border:1px #000 solid;}
.listOfInstruction{  float:right; margin: 0 auto; width:60%; margin-right:10px; padding:5px 10px;}
.listOfInstructionHeader{margin-bottom:5px;}
.head3{margin: 5px 0px;}
.instructionBreakdown{margin: 5px 0px;}
.instructionblock{overflow:auto;}
.drawtable {width:90%; text-align:center; margin:0 auto;}
.analysisinstruction input{width:100%; padding:0; text-align:center; font-weight:bold; text-transform:uppercase; }
.hitrate{background-color: aqua; border-radius: 5px; text-align: center;padding-left: 5px; padding-right: 1px; margin-right:3px;}
.missrate{background-color: crimson; border-radius:5px; text-align: center; padding-left: 10px;  padding-right: 5px;margin-right:3px;}
.resource{background-color: #22DD99; border-radius:5px; text-align: center;padding-left: 10px;  padding-right: 5px;margin-right:3px;}
.chart{width:36px; position:absolute; right:20px; top:54px; overflow:hidden; height:36px; float:left; text-align:left; cursor:pointer;}
.chart_icon{ padding:3px; border-radius:36px; width:34px; height:36px; border:1px #000 dashed;  font-size: 24px; margin-left:2px;}
#curve_chart {position:fixed; margin:0 auto; top:120px; z-index: 999; border:5px; box-shadow: 10px 10px grey; width:98%; height:500px; visibility: hidden; opacity: 0.95;}

.onsubmit3 { padding:3px; display:inline-block;  margin-bottom: 3px;}
.onsubmit2 { width:47%; padding:3px; display:inline-block;  margin-bottom: 3px;}
.onsubmit1 { width:96%; padding:3px; display:inline-block; margin-bottom: 3px;}

