

.outerbox {
  

}
.innerbox {
  border: 10px solid green ;
  width:300px;
 
}

.schedule {

}
tr td div input {
    width:40px;
	border-style: none;
	color: rgba(0,0,0,0); 
}

tr td div input:disabled{
	/*color: rgba(0,0,0,0);*/
}

tr td div input:focus{
	color:black;
	font-weight:bold;
}


