/* Animation Button */
button {
  transition-duration: 0.4s;
}

button:hover {
  color: yellowgreen;
  border-color: yellowgreen;
}
/* Animation Button */



.editinput {
  background-color: #fff9c4
}

.border-top {
  border-top-width: 30px !important;
}


.border-bottom {
  border-bottom-width: 30px !important;
}


@media print {
  .noprint {
     visibility: hidden;
  }
}