/* css styles */

.copyright {
  color: #999999;
  font-size: 0.6em;
}

.cell-output pre code {
	max-height: 550px !important;
	background-color: #F5F5F5 !important;
}

table {
    font-size: 0.8em !important;
}

code.sourceCode {
    font-size: 1.1em !important;
}

.cell-output-stdout code {
    font-size: 1.1em !important;
    margin-top: 6px;
}

.caption,
figcaption {
	text-align: center;
	width: 100%;
}

.fig-caption {
    font-size: 0.85em;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.blue {
  color: #99D9DD;
  font-weight: bold;
}

.green {
  color: #0f6234;
  font-weight: bold;
}

.red {
  color: #FF0000;
  font-weight: bold;
}

.red-small {
  color: #FF0000;
  font-size: 0.8em;
}

.small {
  font-size: 0.8em;
}

.yellow {
  color: #F4BA02;
  font-weight: bold;
}

.error {
  color: #FF0000;
  font-size: 0.7em;
}

/*
.author {
  color: #888888;
  width: 95% !important;
  font-size: 0.8em;
  text-align: right;
  padding-top: 0px !important;
  margin-top: -20px !important;
  margin-bottom: 10px;
}
*/

.footnote {
  color: #777777;
  font-size: 0.7em;
}

.copyright {
  color: #999999;
  font-size: 0.6em;
}

.clean-code-rule {
  color: #999999;
  font-size: 0.5em;
}

.center .caption {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.info-block {
  background-color: #EEEEEE !important;
  width: 100% !important;
  border: solid;
  border-width: 2px;
  border-color: #777777;
  padding: 10px;
  font-weight: normal;
}