
.frequency_guide {
  position: relative;
}
.frequency_guide .header1 {
text-align: center;
font-size: 200%;
}

.frequency_guide .axis {
 position: absolute;
 height: 0px;
 border: 2px solid black;
}

.frequency_guide .exampleColour {
width:auto;
height:1.3em;
margin:0px;
display: inline-block;
position: relative;
left:3px;
}
.frequency_guide #GNSSSystems input:first-child {
  margin-left: 0;
}
.frequency_guide #GNSSSystems input {
  margin: 0 5px;
}
.frequency_guide #chartContainer {
  position: relative;

  background-image: url('logo2.png');
  background-size: 100%;
  background-repeat: no-repeat;

  z-index: 0;  
}

.frequency_guide .freqMarker {
 width: 0px;
 position: absolute;
 border: 2px solid black;
}

.frequency_guide .freqMarkerLine {
 width: 0px;
 top: 0px;
 position: absolute;
 border: 1px dashed grey;
 z-index:0;
}

.frequency_guide #bandBackground {
  z-index: -1;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  padding-bottom: 50px;
  }

.frequency_guide .frequencyBand {
  text-align: center;
  position: absolute;
  border-radius: 15px;
  z-index: 1;
  color: #000;
}

.frequency_guide .subBand {
 border-radius: 10px;
}


.frequency_guide .selectedBand{
  opacity: 0.9;
  position: absolute;
  top: 0; 
  border-radius: 5px;
  z-index: 2;
  height: 400px;
  width: 100px;
}

.frequency_guide .band1{
  background: rgba(255, 0, 0, .3);
  border: 2px solid red;
}

.frequency_guide .band2{
  background: rgba(0, 255, 0, .3);
  border: 2px solid green;
}

.frequency_guide .band3{
  background: rgba(0, 0, 255, .3);
  border: 2px solid blue;
}

.frequency_guide .bandcontrol {
/*   display: inline; */
  margin: 4px;
  padding: 10px;
  border-radius: 5px;
    text-align: center;
/*   float: left; */
}

.frequency_guide .bandName{
  text-align: center;
}

.frequency_guide .bandDisplay {
  text-align: center;
}

.frequency_guide .band1Controls  {
  border: 4px solid red;
}

.frequency_guide .band2Controls  {
  border: 4px solid green;
}

.frequency_guide .band3Controls  {
  border: 4px solid blue;
}

.frequency_guide .controls {
/* position:fixed; 
width:100%;
margin-top:auto;
bottom:0;
margin-bottom:0px;
padding-bottom:5px;
background: #ffffff;
*/
}
.frequency_guide .labsatOnlyControls {display: none;}