body {
  background: white;
  display: flex;
  font-family: 'arial',HelveticaLTStdLight, helvetica,serif, sans-serif, cursive, fantasy,monospace;
  font-size: 12px;
  width: 100%;
}

.fontError {
  font-size: 16px;
  color: red;
}
.fontSuccess {
  font-size: 18px;
  color: green;
}

.divMain {
  width: 100%;
}

.tblHead {
  border-collapse: collapse;
  width: 100%;
}

.tblHeadTD {
  width: 33%;
  text-align: center;
  font-family: 'arial',HelveticaLTStdLight, helvetica,serif, sans-serif, cursive, fantasy,monospace;
  color: #00a1d5;
  font-size: 23px;
}

.pStyle {
  text-align: center;
  font-family: 'arial',HelveticaLTStdLight, helvetica,serif, sans-serif, cursive, fantasy,monospace;
  color: #00a1d5;
  font-size: 15px;
}

.tblBody {
  height: auto;
  width: 50%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

.tblBodylbl {
  width: 50%;
  text-align: right;
}

.tblBodyTD {
  width: 25%;
}

.tdInput {
  width: 230px;
}

.btnButton {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 5px;
}