html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0;
  height: 100%;
}
.labapart-logo {
  padding: 4px;
}
footer {
  position: absolute;
  bottom: 0;
  height: 70px;
}
.footer {
  background-color: #f8f8f8;
  width: 100%;
  text-align: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 50px;
  margin-top: 20px;
}
.footer .footer-left p.footer-copyright {
  color: #777777;
  font-size: 12px;
  margin: 0;
}
/* Footer links */
.footer p.footer-links {
  color: #777777;
  margin: 0 0 5px;
  padding: 0;
}
.footer p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}
.footer .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
}
.content {
  padding-top: 78px;
  padding-bottom: 90px;
}
.center-block {
  float: none;
  margin: 0 auto;
}
/*
 * Carousel
 */
.carousel {
  width: 800px;
  height: 300px;
  margin: auto;
  margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}
.home_twitter {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*
 * User authentification & creation
 */
ul.user_auth {
  list-style-type: none;
}
ul.user_auth li {
  display: inline-block;
  height: 60px;
}
ul.user_auth label {
  display: inline-block;
  height: 60px;
  width: 60px;
  vertical-align: middle;
  text-align: center;
}
ul.user_auth img {
  display: inline;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
ul.user_auth img:hover {
  width: 60px;
  height: 60px;
}
/*
 * User profile form
 */
table.form_profile th {
  font-weight: normal;
  text-align: right;
}
table.form_profile img {
  width: 16px;
  height: 16px;
}
table.form_profile input {
  width: 400px;
}
/*
 * User profile
 */
table.profile th {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
table.profile img {
  width: 16px;
  height: 16px;
}
/*
 * Community
 */
/*div.message { background: #e4e4e4; font-size: 90%; color: #8c8c8c; margin-bottom: 10px; padding: 2px; }
div.message div.title { padding: 1px; }
div.message div.title span.author { color: #5d5d5d; }
div.message div.content { background: #f5f5f5; padding: 2px; color: #5d5d5d; }*/
ul.form_markdown_tabs {
  list-style: none;
  font-size: 80%;
  border-bottom: 1px solid #e4e4e4;
  color: #8c8c8c;
  margin-bottom: 0px;
  margin-top: 10px;
}
ul.form_markdown_tabs li {
  display: inline;
  background: #e4e4e4;
  padding: 5px 20px 0px 20px;
  margin-left: 10px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
ul.form_markdown_tabs li.current {
  background: #f5f5f5;
  border-bottom: none;
}
ul.form_markdown_tabs a:visited {
  color: #8c8c8c;
}
div#markdown_help {
  display: none;
  font-size: 80%;
}
div.markdown_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.markdown_content table {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.markdown_content table th {
  padding-left: 10px;
  padding-right: 10px;
}
div.markdown_content table td {
  padding-left: 10px;
  padding-right: 10px;
}
div.codehilite {
  background: #F4F4F4;
  padding: 3px;
}
div.codehilite pre {
  margin: 0px;
}
/*p.page { text-align: center; font-size: 90%; }*/
/*
 * Blog
 */
/*div.blog_abstract h3 { margin-bottom: 0px; font-size: 110%; }
div.blog_abstract div.blog_abstract_author { font-size: 90%; font-style: italic; margin-bottom: 4px; }
div.blog_abstract div.blog_abstract_tags { font-size: 80%; margin-top: 4px; }

div.blog_abstract tag_list { list-style: none; padding-left: 2px; margin-top: 2px; }*/
div.character_counter {
  font-style: italic;
  font-size: 70%;
}
/*
 * Admin
 */
div#content-main div {
  margin: 10px 50px 10px 50px;
}
div#content-main div table {
  background: #e4e4e4;
  border-radius: 5px;
  width: 100%;
}
div#content-main div table caption {
  padding: 3px 0 3px 0;
  font-weight: bold;
}
div#content-main div a {
  color: #5d5d5d;
}
div#content-main div th[scope="col"] {
  background: #e4e4e4;
}
div#content-main div th[scope="row"] {
  font-size: 90%;
  font-weight: normal;
}
div#content-main div td {
  text-align: center;
  font-size: 80%;
}
div#content-main div tr {
  background: #f5f5f5;
}
div#content-main div table td {
  width: 1%;
}
div#content-main div a.section {
  text-align: center;
  font-size: 80%;
}
div#content-main div a.addlink,
a.changelink {
  display: inline-block;
  width: 100px;
}
span.admin-tag {
  cursor: pointer;
}
