/* Custom Tables html */
@media (min-width: 600px) {
  .softrevealing {
    display: none;
  }
}

@media (max-width: 600px) {
  .softhiding {
    display: none;
  }
}

.softhiding {
  max-width: none;
}

/*result code*/
.md-typeset .highlight+.result {
  border: .05rem solid var(--md-code-bg-color);
  border-bottom-left-radius: .1rem;
  border-bottom-right-radius: .1rem;
  border-top-width: .1rem;
  margin-top: -1.125em;
  overflow: visible;
  padding: 0 1em;
}

.md-typeset .highlight+.result:after {
  clear: both;
  content: "";
  display: block
}

/* Add animation emoji */
@keyframes heart {
    0%, 40%, 80%, 100% {
      transform: scale(1);
    }
    20%, 60% {
      transform: scale(1.15);
    }
}

/* Custom emoji */
.youtube {
  color: #EE0F0F;
}

.heart {
  animation: heart 1000ms infinite;
  color: #EE0F0F;
}

.material-server-security {
color: crimson;
}

.simple-docsdotrs {
color: deepskyblue;
}

.simple-linux {
color: rgb(240, 131, 6);
}

.simple-mikrotik {
color: rgb(64, 66, 204);
}

.simple-hp {
color: rgb(0,150,214);
}

.material-raspberry-pi {
color: rgb(205,35,85);
}

.material-printer-3d {
color: burlywood;
}

.mag_right {
  color: orange;
}

.material-plus {
  color: green;
}

.material-puzzle {
  color: rgb(224, 194, 19);
}