.test {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.test .craft-operations-history {
  border: 2px solid #42348b;
  background-color: white;
}

.test .craft-operations-history tbody {
  overflow-y: scroll;
}

.test .craft-operations-history ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.test .craft-operations-history ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.test .craft-operations-history tr.odd {
  background-color: #b0acd5;
}

.test .craft-operations-history tr.focus {
  background-color: #99f2c5;
}

.test .craft-operations-history th {
  background-color: #42348b;
  color: white;
}
