.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #9DAAB6;
}
.token.punctuation {
  color: #E6ECF1;
}
.token.namespace {
  opacity: .7;
}
.token.operator,
.token.boolean,
.token.number {
  color: #FF9D3D;
}
.token.property {
  color: #FFD6AD;
}
.token.tag {
  color: #71A7FF;
}
.token.string {
  color: #71A7FF;
}
.token.selector {
  color: #B4F6D6;
}
.token.attr-name {
  color: #FF9D3D;
}
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #71A7FF;
}
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit {
  color: #61E3A5;
}
.token.statement,
.token.regex,
.token.atrule {
  color: #71A7FF;
}
.token.placeholder,
.token.variable {
  color: #71A7FF;
}
.token.deleted {
  text-decoration: line-through;
}
.token.inserted {
  border-bottom: 1px dotted #FFFFFF;
  text-decoration: none;
}
.token.italic {
  font-style: italic;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.important {
  color: #FF7E7B;
}
.token.entity {
  cursor: help;
}
pre > code.highlight {
  outline: .4em solid #FF7E7B;
  outline-offset: .4em;
}
/* overrides color-values for the Line Numbers plugin
 * http://prismjs.com/plugins/line-numbers/
 */
.line-numbers .line-numbers-rows {
  border-right-color: #5C6975;
}
.line-numbers-rows > span:before {
  color: #74818D;
}
/* overrides color-values for the Line Highlight plugin
 * http://prismjs.com/plugins/line-highlight/
 * alpha transparency in 8 digits hex notation coming to a browser near you soon:
 * https://drafts.csswg.org/css-color/#hex-notation
 */
.line-highlight {
  background: #E6ECF133;
  background: linear-gradient(to right, #E6ECF133 70%, #E6ECF100);
}