#mainFrame{
  position: relative;
  width: 760px;
  height: 550px;
  border: 0px solid;
  margin: 0 auto;
  //cursor: none;
}

#cols1{
  position: relative;
  width: 20%;
  height: 100%;
  border: 0px solid;
  float: left;
}

#cols2{
  position: relative;
  width: 60%;
  height: 100%;
  border: 0px solid;
  float: left;
}

#cols3{
  position: relative;
  width: 20%;
  height: 100%;
  border: 0px solid;
  float: left;
}

#actualDate{
  position: relative;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 45px;
  padding: 10px 0 0 0;
}

#chipcode{
  position: relative;
  width: 100%;
  height: 25px;
  opacity: 1;
  margin: 15px 0px 0px 0px;
}

#nameBox{
  position: relative;
  width: 100%;
  height: 45px;
  background-color: rgb(16,32,127);
  color: white;
  text-align: center;
  font-weight: 800;
  padding: 10px;
  margin: 5px 0 0 0;
}

#logBox{
  position: relative;
  width: 100%;
  height: 291px;
  border: 0px solid;
  background-color: rgb(248,248,248); 
  margin: 5px 0 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
}

.greenBtn{
  position: relative;
  width: 80%;
  height: 80px;
  border: 0px solid;
  margin: 25px auto;
  text-align: center;
  padding: 25px 0 0 0;
  background-color: rgba(0,160,48,0.8);
  color: white;
  font-weight: 800;
}

.redBtn{
  position: relative;
  width: 80%;
  height: 80px;
  border: 0px solid;
  margin: 25px auto;
  text-align: center;
  padding: 25px 0 0 0;
  background-color: rgba(192,16,0,0.8);
  color: white;
  font-weight: 800;
}

.disableBtn{
  position: relative;
  width: 80%;
  height: 80px;
  border: 0px solid;
  margin: 25px auto;
  text-align: center;
  padding: 25px 0 0 0;
  background-color: rgb(166,166,166);
  color: white;
  font-weight: 800;
}

#userId{
  position: absolute;
  opacity: 1;
  z-index: 0;
}