body.blog h3 {
  margin-bottom: 18px;
}

body.blog a {
  color: #fdcc52;
  color: #bd4147;
  color: #fdcc52;
  color: #704492;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
body.blog a:hover, body.blog a:focus {
    color: #fcbd20; }

body.blog div.tutorial_section {
  margin-bottom: 116px;
}

body.blog p {
  font-size: 16px;
  color: #555;
  margin-bottom: 44px;
}
body.blog p a {
  color: #704492;
  color: #fdcc52;
  color: #bd4147;
}

body.blog div.img_wrapper {
  text-align: center;
}
body.blog img {
  width: 400px;
  border: 1px solid lightgray;
}

body.blog pre {
  margin-bottom: 44px;
}

body.blog code, .tutorial code {
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
  font-size: 14px;
  margin: 16px 0px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  border: 1px solid #bd4147;
  color: #555;
  padding: 4px 6px;
}

body.blog code.code_block, .tutorial code.code_block {
  display: block;
  padding: 16px 22px;
  line-height: 22px;
  overflow: scroll;
  margin-bottom: 44px;
  margin: 0px;
}
