/* .center {
  text-align: center;
}
.right {
  text-align: right;
  vertical-align: middle;
  margin: 0;
}

th {
  text-align: center;
  font-weight: bold;
}

tr:nth-child(even) {
  background: #efefef;
}

tr.active {
  background-color: #d0e4cf;
}

tr:hover {
  background-color: #d0e4cf;
}

.table td {
  padding: 0 !important;
}

td input {
  padding: 0 12px !important;
}

input {
  width: 100%;
  height: 45px;
  text-align: center;
  background: none;
  color: transparent;
  text-shadow: 0 0 0 black;
}

input:focus {
  border: 2px solid #008b36;
}
textarea:focus {
  border: 2px solid #008b36;
}

input.focus {
  color: black;
  text-shadow: 0 0 0 black;
}

textarea.focus {
  color: black;
  text-shadow: 0 0 0 black;
}

p.right {
  padding: 0 12px;
} */
