/*
Diagram and ASCII ART styling for Jekyll (and other markdown parser that appends a .language- prefix)
*/

#div_content {
  width: auto;
  height: auto;
  margin: 20;
  text-align: center;
  background-color: grey;
  padding: 10px;
}

.language-ascii-art {
 display: inline-block; 
 text-align: center;
 font-family: "Lucida Console", Monaco, monospace;
 letter-spacing: -0.25em;
 line-height: 0.65em;
 text-shadow: 1 1 2px rgba(100,100,100,0.5);
 color: #000000;
}

.language-ascii-noshadows {
 display: inline-block; 
 font-family: "Lucida Console", Monaco, monospace;
 letter-spacing: -0.2em;
 line-height: 0.8em;
}
