.header {
  display: grid;
  grid-template-columns: auto auto;
  background: url(../images/bg_hr.png) repeat-x bottom;
}

.header h2 {
  padding-right: 20px;
  background: none;
}

nav {
  padding: 10px 0px 0px 0px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav li {
  float: left;
  border-right: 1px solid #bbb;
}

nav li:last-child {
  border-right: none;
}

nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 6px 26px;
  text-decoration: none;
}

nav .active {
  background-color: #4CAF50;
}

nav li:hover:not(.active) {
  background-color: #111;
}

.language-csharp.highlighter-rouge {
  margin: 4px 0px 10px 0px;
}

#header_wrap .inner {
  padding: 50px 10px 0px 10px;
}

.top {
  float: right;
  display: inline;
}

img.top {
  width: 30px;
  height: 30px;
}

.inner img {
    max-width: 100%;
    padding: 0px;
}

table {
  width: 100%;
}
