
body {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-left: -20px;
  margin-right: -20px;
}

.language {
  background: #eee;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 18pt;
  float: left;
}
.language a {
  margin: 40px 20px;
  display: block;
}


.header, .header h2 {
  font-size: 13px;
  line-height: 18px;
}
.header h2 {
  font-weight: bold;
}

.header .main-nav {
  float: left;
}


.page {
  padding-top: 16px;
}

.post .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.post .content {
  white-space: pre-wrap;
}

.single .title {
  font-size: 17px;
}

abbr.timeago {
  cursor: auto;
  border-bottom: none;
}

/* Table Styling since we're not using bootstrap tables */
.single td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.threaded {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.threaded .post.single {
  background-color: #f9f9f9;
}

.threaded td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
}
.threaded td.nested-container {
  border-top: 1px solid #ddd;  
  padding: 0;
}

.threaded td td {
  padding-bottom: 12px;  
}

.threaded table.nested {
  width: 100%;
}


.post .details {
  font-size: 11px;
  color: #777;
}
.post .details .p-author a.u-url {
  color: #777;
}



.footer {
  margin-top: 30px;
  border-top: 1px #e9e9e9 solid;
  font-size: 8pt;
}
.footer p {
  margin-bottom: 0;
  clear: both;
  margin-left: 4px;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  float: left;
  margin-right: 20px;
  padding: 4px 4px;
}


