body {
    padding-top: 60px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    background-color: #fdfdfd;
}

.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #444;
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    font-size: 12pt;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 24px;
    line-height: 20px;
}

.highlight pre {
  background-color: #222;
  border: 0;
}

pre {
  color: #ddd;
  background-color: #222;
}

.post {
    display: block;
}

.post span {
    text-align: left;
}

.post h2 {
    margin: 0;
}

.post-content {
    margin-top: 20px;
}

.post-meta {
    font-size: 16px;
    color: #828282;
}

* {
	margin: 0;
}
html, body {
	height: 99%;
}
.page-wrap {
  min-height: 100%;
  /* should be equal to footer height */
	margin-bottom: -222px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer,
.page-wrap:after {
	height: 222px; 
}
footer {
	border-top: 1px solid #e7e7e7;
	padding: 30px;
	margin-bottom: 0;
}

footer h4,
footer p {
	color: #444;
}

footer p {
	margin-top: 15px;
	margin-bottom: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #000;
}

th, td, caption {
  border: 1px solid #000;
  padding: 0.5em;
}
