/* NavTop */
nav.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
/* HeaderBlock */
.highlight-mono {
  background: grey; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(dimgrey, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(dimgrey, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(dimgrey, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(dimgrey, white); /* Standard syntax (must be last) */
}
#title-tech {
  color: white;
    font-size: 3em;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1em;
    margin-top: -30px;
    margin-bottom: -30px;
}
/* Images */
.screenshot {
  border: 1px solid #a4a4a4;
}
/* Margins */
.margin-bottom {
  margin-bottom: 20px;
}
/* Footer overlap fix */
.bottom-line {
  clear: both;
}
