h1 {
  color: blue;
}
#time {
  color: red;
  font-size: 10px;
}
html, body{
  width:100%;
  height: 100%
}
body{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header{
    height: 50px;
    padding:10px 40px 10px 40px;
}

#loader{
  display:none;
  position:absolute;
  top: 50px;
  left: 10px;
}

#saveChart{
  display:none;  
  margin-left : 30px;
  margin-top: 20px;
}

#displ_fav, #my_fav{
  margin-left: 300px;
  font-size: 30px;
  color: #28967c;
  font-weight:400;
}
#displ_fav{
  display:none;
}

#filters{
  /*width:600px;*/
  padding-left: 20px;
  margin-left : 40px;
  padding:30px 0px 30px 20px;
  margin-right: 40px;
  background-color:#def2e9;
}

#buttons{float:right;}

#favorites{
  margin-right:10px;
}

#mySeries{
  margin-left:20px;
  margin-right:20px;
}

#logout{
  background-color:#25259e;
  color:white;
  float: right;
}

#ld{
  font-size: 30px;
  font-weight: 400;
  float:center;
  margin-left:300px;
  color:white;
}

#Correlate{
  margin-left:300px;
}

#S_1, #S_2{
  width: 300px;
}

#interval, #points{
  width:100px;
  height: 40px;
  display:inline-block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
