
.highlight {
  background-color: #EAEAEA;
  color: #666666;
}

cite, .docutils.literal {
  background-color: #EAEAEA;
  font-family: courier,monospace,serif;
  color: #666666;
}

code, kbd, pre, samp {
    font-family: courier,monospace,serif;
    line-height: 1.2em;
}

/* make img receize on small devices */

p img {
    width: 100%;
}

a, a:visited {
    font-weight: normal;
    color: #00AADD;
}
a:hover {
    font-weight: bold;
}

blockquote {
    border-left-color-value: #00AADD;
}
