@media (prefers-color-scheme: dark) {
  body:not(.mdui-theme-layout-light) .mdui-btn-raised {
    -webkit-box-shadow: 0 2px 4px #000;
    box-shadow: 0 2px 4px #000;
  }

  body:not(.mdui-theme-layout-light) .mdui-btn-raised:hover {
    -webkit-box-shadow: 0 2px 6px #000;
    box-shadow: 0 2px 8px #000;
  }

  body:not(.mdui-theme-layout-light) .mdui-btn-raised:active {
    -webkit-box-shadow: 0 2px 8px #000;
    box-shadow: 0 2px 16px #000;
  }

  body:not(.mdui-theme-layout-light) .mdui-panel-item {
    -webkit-box-shadow: 0 2px 4px #000;
    box-shadow: 0 2px 4px #000;
  }

}

.mdui-panel-item-header {
  padding: 0 12px;
}

.mdui-panel-item-open>.mdui-panel-item-header {
  height: 48px;
}

.mdui-panel-item-arrow {
  top: 12px;
  right: 12px;
}

.mdui-panel-item-open>.mdui-panel-item-header .mdui-panel-item-arrow {
  top: 12px;
  right: 12px;
}

.mdui-panel-item-body {
  padding: 0 12px;
}

.mdui-select {
  font-size: unset;
  font-family: unset;
}

.mdui-typo hr {
  height: 1px;
  margin-bottom: 1.2rem;
}

.mdui-block {
  margin: 1rem 0;
  display: block;
  width: 100%;
}

.mdui-table {
  border-left: none;
}

.mdui-table th,
.mdui-table td {
  border-right: 1px solid rgba(0, 0, 0, .12);
  padding: 12px;
}

@media (prefers-color-scheme: dark) {
  body:not(.mdui-theme-layout-light) .mdui-table th,
  body:not(.mdui-theme-layout-light) .mdui-table td {
    border-right: 1px solid rgba(255, 255, 255, .12);
  }
}

.mdui-table td:first-child,
.mdui-table th:first-child {
  padding-right: 12px;
  padding-left: 12px;
}

.mdui-table td:last-child,
.mdui-table th:last-child {
  padding-right: 12px
}

.mdui-table td:nth-child(2),
.mdui-table th:nth-child(2) {
  padding-left: 12px
}

.mdui-table td:last-child,
.mdui-table th:last-child {
  border-right: none;
}

.mdui-typo.mdui-typo a {
  color: unset;
  text-decoration: underline;
}

.mdui-typo a::before,
.mdui-typo a:focus::before,
.mdui-typo a:hover::before {
  all: unset;
}

.mdui-typo a:hover {
  text-decoration: none;
}

[disabled],
.disabled {
  opacity: .5;
  pointer-events: none;
}

.mdui-typo li p:last-child {
  margin-bottom: 1.2em;
}