

#modalObsWindow{
  display: none;
}

#modalObsHeader_Parameter{
  display: flex;
  width: 100%;
  height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

#modalObsHeader_Parameter a{
  text-decoration: none;
  color: white;
  font-family: 'Poppins', sans-serif;
}


#obsStationsname{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

#closeModalObsBtn{
  color: #cccccc;
  font-size: 30px;
}

#closeModalObsBtn:hover, #closeModalObsBtn:focus{
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

#label_select_obs_parameter{
  color: rgba(200, 200, 200, 1);
  margin: 0px 10px 0px 0px;
  font-family: 'Poppins', sans-serif;  
}

#chartObsDiv{
  width: 100%;
  height: calc(100% - 30px);
}

@media only screen and (min-width: 2000px){

  #obsStationsname{
    font-size: 36px;
  }
  
  #modalObsHeader_Parameter{
  height: 45px;
  font-size: 24px;
  }

  #closeModalObsBtn{
    color: #cccccc;
    font-size: 48px;
  }
  
  #chartObsDiv{
    height: calc(100% - 50px);
  }
  
  #label_select_obs_parameter{
    font-size: 18px;  
  }
}

