ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#imageContainer img {
  max-width: 100%;
}

#displayImage1 img {
  max-width: 100%;
}

#displayBox{
  max-width: 100%;
}

#title{
  color: #536BA8;  
}

.image-controls {
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#left-box-line-660 {
  width: 100%;
}

.img-controls-sat-pass {
  /*display: flex;*/
  /*gap: 3rem;*/
  width: 100%;
  margin-bottom: 0.85rem;
  margin-top: 0;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.dateSelectContainer {
display: flex;
flex-direction: row;
/* justify-content: space-between; */
width: 100%;
color: #536BA8;
font-size: 1.05em;
font-weight: bold;
white-space: nowrap;

margin: 0;
padding: 0;
display: flex;
align-items: center; /* Center items vertically */
}


.dateControls {
  display: flex;
  align-items: center;
}

/* #ID label, div.Class label
div.dateBox label, div.dateSelectContainer label, div.loopBox label, div.HourDiv label, div.ResolutionDiv label, div.SpeciesDiv label,
#HourDiv label, #ResolutionDiv label, #SpeciesDiv label,
#speciesSelectContainer label, #LayerDiv label {
display: table;
color: #536BA8;
font-size: 0.85em;
font-weight: bold;
white-space: nowrap;
} */

div.dateSelectContainer label, div.image-controls label, div.img-controls-sat-pass label {
display: inline-block;
color: #536BA8;
font-size: 0.85em;
font-weight: bold;
white-space: nowrap;
} 

div.stepButton {
float: none;
padding: 0;
display: inline-block;
width: auto;     
}

 /* div#dateBox {
width: 40%;
} */

#dateBox label {
display: block;
} 

.left-box {
  margin-top: 0px;
}
.left-column h2 {
  margin-bottom: 0;
  margin-top:0;
}

.link-line-okeanos {
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px dotted #CCC;
}



