.docutils caption {
  caption-side: bottom;
  text-align: left;  
}

.align-default {
  text-align: justify;  
}

figcaption, .caption-number, .caption-text {
  text-align: left;
  font-style: normal;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: grey;
}

span.caption-number::after {
  content: "- ";
}

.pre {
	color: #2980B9;
	font-weight: bold;
	font-family: Courier New;
	border: none;
	outline: none;
}

code.literal {
	color: #2980B9;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
	font-family: Courier New;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
}

div.highlight-default,  div.highlight {
/*	outline-width: 10px;
	outline-style: solid;
	outline-color: blue;*/
	outline: none;
/*	font-family: Courier New;*/
	border: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #c8c8c8;		
	background-color: #f3f3f3;
	padding: 0px;
}

/*div.highlight */
pre {
/*	font-family: Courier New;*/
	border: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #c8c8c8;		
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
	outline: none;
}


