/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 1, 2023, 1:19:42 PM
    Author     : mhl
*/
.resizable {
  border: 2px solid;
  padding: 20px; 
  width: 1400px;
  height: 750px;
  resize: both;
  overflow: auto;
}
#fandiv {
  background-color: lightsteelblue;
  height: 15%;
  width: 100%;
}
#chartdiv {
  background-color: whitesmoke;  
  height: 85%;
  width: 100%;
}
#fans {
  height: 15%;
  width: 100%;
}
#chart {
  height: 100%;
  width: 100%;
}

