tr.nepov {
  display: none;
}

.code {
  display: block;
  font-family: Courier, monospace;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 12px 0 12px 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 120px;
  margin: 0 0 8px 0;
}

.code, .code * {
  font-size: 11px;
  line-height: 13px !important;
}

.copied {
  z-index: 4999;
  /*border: 3px solid #b8b8b8;*/
  border-radius: 8px;
  background: #eeeeee;
  width: 150px;
  font-size: 15px;
  color: #aaa;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  padding: 12px;
  /*box-shadow: 3px 3px 7px #aaa;*/
  box-shadow: 0px 1px 18px black;
}

.copied span {
  font-size: 18px;
  font-weight: bold;
  color: #777;
}
