/* Page content */
div.page_content img {
  height:200px;
  width: 60%;
  margin: 0px 20%;
}

div.page_content, div.post_content {
  padding: 0;
  margin: 0px auto;
  max-width: 980px;
}

div.page_content.container > p,
div.page_content.container > h1,
div.page_content.container > h2,
div.page_content.container > h3,
div.page_content.container > div.highlighter-rouge
{
    padding-left:30px;
    padding-right: 30px;
}

img.title_image {
  max-height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clear {
  clear: both;
}

/*Styling for the community section */
/* Style for inter-repo links */
.link1 {
  stroke: white;
  stroke-width: 1;
}

/* Style for repo-contributor links */
.link2 {
  stroke: #e6e6e6;
  stroke-width: 2;
}

.node text {
  pointer-events: none;
  font: 0px sans-serif;
}

img.section-icon {
  max-width:60px;
  max-height:60px;
  margin:auto !important;
}
