
#graph .jsnx {
	border: 2px solid red;
	float: left;
	width: inherit;
	height: inherit;
}

/* Site footer */


.site-footer {
  padding: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid black;
  text-align: center;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  text-size: 8px;
}

.site-footer a {color: black;}
.site-footer a:hover {color: blue; text-decoration: none;}
.site-footer .column {width: 60%; text-size: 8px; font-size: 60%;}

.footer-col {
  color: black;
  font-weight: bold;
}
.github-icon-svg,
.twitter-icon-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
