.orange-header th {
  background-color: #F99233 !important;
  color: white !important;
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}