@charset "UTF-8";
/* CSS Document */
.batch-form{
padding: 0 10%;
}
.save{
  width:100%;
  background-color:#075e9a;
  padding: .5rem;
  font-size: 1.5rem;
  text-align: center;
  color:#fff;
  border: 1px solid #fff;
}
.save:hover{
  background-color:#14E039;
}

#storageform, #notice, #chargeform{
  padding: 1.5rem 0;
  border-bottom: #000 2px solid;
}
#storageform label, #chargeform label, #notice label{
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-left: 0%;
}
.chargerow, .storagerow {
  display: grid;
  grid-template-columns: .5fr 1fr 10fr 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.charge, .storage, .notice, #currentscan{
  color: #000 !important;
  font-size: 1.25rem;
  line-height: 2.2em;
  border: #000 1px solid !important;
}
.rowposition{
  color: #000 !important;
  font-size: 1.25rem;
  line-height: 2.2em;
}
}
