code {
     background-color: #fff;
}

body {
	background-color: #f5f2f0;
}

.navbar-bottom {
margin-bottom: 0px;
margin-top: 20px;
background-color: #f8f8f8;
border-color: #e7e7e7;
}

.navbar-left > .nav-btn > span {
  margin-top: 8px;
  margin-bottom: 8px;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #fff;
	min-height: 172px;
}

.iconlink:hover {
 color: cornflowerblue;
}

.iconlink {
	float: right;
	padding-right: 4px;
}

.legendicon {
  font-size: 20px;
}

.expandicon {
  font-size: 14px;
  color: #000;
}

.codeheading {
color: #222;
font-family: "Raleway",sans-serif;
font-size: 20px;
text-shadow: none;
padding: 0;
margin: 0;
height: 30px;
line-height: 30px;
border-bottom: 5px solid cornflowerblue;
background: #FEFEFE;
border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

pre[class*="language-"] {
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;	  
}

.code {
      font-family: monospace;
      white-space: pre;
      color: #000;
}

.comment {
	color: #090;
}

.keyword {
	 color: #00F;
}