@import "https://fonts.googleapis.com/css?family=Roboto";
body {
  font-family: Roboto, Sans Serif;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  box-sizing: border-box;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 30px;
}

#myTable {
  width: 100%;
}

.rotated-th {
  height: 110px;
  position: relative;
}

.rotated-th__label {
  transform-origin: 0;
  white-space: nowrap;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: rotate(-45deg);
}

#myTable td.yes {
  color: green;
  background-color: #90ee90;
}

.mystyle {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid silver;
  font-family: Arial;
  font-size: 11pt;
}

.mystyle td, th {
  width: 100px;
  overflow-wrap: anywhere;
  padding: 5px;
}

.mystyle tr:nth-child(2n) {
  background: #e0e0e0;
}

.mystyle tr:hover {
  cursor: pointer;
  background: silver;
}

.mystyle th {
  background: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px #0006;
}

tr.mystyle th {
  color: #fff;
  background: #000;
}

code {
  color: #dc143c;
  background-color: #f1f1f1;
  padding: 2px;
  font-family: Lucida Console, Menlo, Monaco, Courier, monospace;
  font-size: 100%;
}

.hidden {
  display: none;
}

label {
  margin-bottom: 10px;
  display: block;
}

/*# sourceMappingURL=index.80c8e6d5.css.map */
