body {
  font-family: 'Verdana';
}

.thumbnail img {
  width: 175px;

}

a.thumbnail {
  display: block;
  float: left;
  background-color: white;
}

.name {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

p.summary {
  color: #444;
  font-size: 18px;
  margin: 0px 0 20px 0;
  line-height: 30px;
}

table td, p {
  color: #444;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 20px;
}

table td{
  color: #444;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 20px;
}

h1 {
  color: #333;
}

h2 {
  color: #444;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #333;
  background-color: #e9e9e9;
  padding: 0 2px;
}

a.hn-link {
  background-color: rgb(250, 228, 214);
  vertical-align: top;
}

a.hn-link:hover {
  background-color: rgb(253, 208, 180);
}

a:hover {
  color: black;
  background-color: #d9d9d9;
}

.container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.knitr.inline {
  background-color: #f7f7f7;
  border:solid 1px #B0B0B0;
}
.error {
  font-weight: bold;
  color: #FF0000;
}, 
.warning {
  font-weight: bold;
} 
.message {
  font-style: italic;
} 
pre.knitr {
    font-family: Monaco, Consolas, monospace !important;
    font-size: 14px;
    padding: 4px 0;
    margin: 0;
}

div.output {
  margin-bottom: 12px;
  background-color: #FAFAFA;
  border-left:solid 1px #EAEAEA;
  border-right:solid 1px #EAEAEA;
  border-bottom:solid 1px #EAEAEA;
}

div.output pre {
  font-size: 12px;
}

div.chunk {
  margin-top: 4px;
  margin-bottom: 16px;
  overflow: auto;
}


.source, .output, .warning, .error, .message {
  padding: 0em 3px;
  border-left:solid 1px #EAEAEA;
  border-right:solid 1px #EAEAEA;
  border-top:solid 1px #EAEAEA;
}
.source {
  background-color: #EAEAEA;
}
.rimage.left {
  text-align: left;
}
.rimage.right {
  text-align: right;
}
.rimage.center {
  text-align: center;
}

.source {
  color: #333333;
}
.background {
  color: #F7F7F7;
}

.number {
  color: #000000;
}

.functioncall {
  color: #800054;
  font-weight: bolder;
}

.string {
  color: #9999FF;
}

.keyword {
  font-weight: bolder;
  color: black;
}

.argument {
  color: #B04005;
}

.comment {
  color: #2E9957;
}

.roxygencomment {
  color: #707AB3;
}

.formalargs {
  color: #B04005;
}

.eqformalargs {
  color: #B04005;
}

.assignement {
  font-weight: bolder;
  color: #000000;
}

.package {
  color: #96B525;
}

.slot {
  font-style: italic;
}

.symbol {
  color: #000000;
}

.prompt {
  color: #333333;
}
