
/* 
    ExpControl 
*/

#exp-control-wrapper {  
  display: flex;
  width: 100%;
  height: 100vh;  
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  row-gap: 1em;
  font-family: 'Courier New', monospace;
  font-size: 12pt;
}

#exp-control-wrapper input[type='text'] {
  outline: none;
  border: none;
  width: 30ch;
  font-size: 12pt;
  border-bottom: 1px solid #999;
}

#data-records {
  font-size: 10pt;
  background-color: #DDD;  
  padding-top: 0.5rem;
  border-bottom: 1px solid #666;
  width: 40ch;
  height: 3rem;
  text-align: center;
}

#cloud-status {
  margin-top: 0.2em;
}