.highlight {
  position: relative;
  padding: 32px 10px 0 10px;
  border-radius: 4px;
}

.highlight, pre {
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background: #fafafa !important;
  margin: 10px 10px 0px 10px;
  padding: 15px 10px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  font-size: 13px;
  color: #4d4d4c !important;
  line-height: 1.5;
}

.highlight:before {
  display: block;
  content: ' ';
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  padding: 0 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.highlight:after {
  content: " ";
  position: absolute;
  border-radius: 50%;
  background: #fc625d;
  width: 10px;
  height: 10px;
  top: 0;
  left: 15px;
  margin-top: 6px;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
}
