#_copper_body {--cPrim: #555555ff;color: #000000ff;}
#_copper_body:hover {}
a {
  text-decoration: none;
  color: inherit;
}
div {line-height: 0;} div .content_text {line-height: normal;}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background-color: #eeeeee;
}
.copper-scroll-vertical {
  overflow-y: overlay;
}
@supports (-moz-appearance:none) {
  .copper-scroll-vertical{
    overflow-y: auto;
  }
}
