#drillList { 
 
  margin: auto;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  border-top: 2px solid #877de0;
  border-bottom: 2px solid #877de0;
}
#drillList a {
  text-decoration: none;
}

.drills {font-size:20px; }
#currentDrill {
  text-align: center;
  font-family: 'JeonjuSunR';
  padding-top: 9px;
  padding-bottom: 3px; 
 background: #ab3cf4;
  font-size:25px;
  color:  yellow;
  margin: 5px 0px 5px 0;
}

#flex-container {
  display: flex;
  justify-content: center;

}


.digitBox {
  width: 150px;
  height: 150px;
  font-family: 'Godo';
  border: 1px solid #010108;
  text-align: center;
  font-size: 110px;
  display:table-cell ;
  vertical-align: middle;
}

#flex-container .digitBox .sDigit { width: 110px;}

.upperButton {
  margin: 0;
  color: #000203;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 33px;
  width: 105px;
  font-family: 'Godo';
  font-size: 20px;
  border-radius: 10px;
}

.lowerButton {
  background-color: #f57e3a; /* Green */
  color: #000203;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 32px;
  width: 80px;
  font-family: 'Godo';
  font-size: 20px;
  margin-top: 2px;
  border-radius: 50px;
}

#changeNumLen { background-color: #fdece9; }
#changeNum {background-color:  #fdece9; }
#changeOp {background-color:  #fdece9; }
#changeSpeed {background-color: #a7eff1;  }
#changeGType {background-color: #a7eff1;  }
#changeControl {background-color: #a7eff1;  }

#changeLevel { background-color: #fdece9; }

#display {
  height: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  font-family: 'GangwonEdu_OTFBoldA';
  font-size: 20px;
  text-align: center;
} 

#infoButton {
	font-size:20px;
	border: none;
	background-color: #ffffff;
}




