.tab-data_analyzer {
    height: 100%;
    min-width: 1330px;
    min-height: 530px;
}
.tab-data_analyzer #plot2 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    border: 1px solid #004d40;
    width: calc(100% - 310px);
    min-width: 1000px;
    height: calc(100% - 10px);
    background-color: #222222;
}
.tab-data_analyzer #plot2 svg {
    width: 100%;
    
}
.tab-data_analyzer #control {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    border: 1px solid #004d40;
    width: 208px;
    height: calc(100% - 10px);
    background-color: #222222;
    position: relative;
}
.tab-data_analyzer .info-jumbo {
    margin-top: 5px;
    padding-left: 5px;
    font-size: 65px;
    line-height: 60px;
}
.tab-data_analyzer .info-large {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.tab-data_analyzer #results {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.tab-data_analyzer #tb_results th:first-child,.tab-data_analyzer #tb_results td:first-child {padding-left:8px;}

.tab-data_analyzer #position {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border: 1px solid #004d40;
    width: 90px;
    height: calc(100% - 10px);
    position: relative;
}
.tab-data_analyzer .pos {
    margin-left: 2px;
}
.tab-data_analyzer .w3-checkbox {
    cursor: pointer;
}
/* SVG classes*/
.tab-data_analyzer .grid .tick {
    /*stroke: lightslategrey;*/
    stroke: #48485F;
    opacity: 0.5;
    shape-rendering: crispEdges;
}
.tab-data_analyzer .grid path {
    stroke-width: 0;
    fill: none;
}
.tab-data_analyzer .axis path, .axis line {
    fill: none;
    stroke: orangered;
    shape-rendering: crispEdges;
}
.tab-data_analyzer .axis {
	font-family: sans-serif;
	fill: orangered;
	font-size: 12px;
}
.tab-data_analyzer .focusLine {
    fill: none;
    stroke: fuchsia;
    stroke-width: 1px;
}
.tab-data_analyzer .legend-text {
	font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.tab-data_analyzer div.tooltip {
  position: absolute;
  text-align: justify;
  padding: 4px;
  background: #fff;
  border: 0px;
  pointer-events: none;
}
#mea-note-modal .w3-label{
  top:-20px;  
}
#tb-mea-results td{
  padding: 2px 4px;  
}
#tb-mea-results .mnPI{
  background-color: khaki;  
}