.header span.socials {
  margin: 0.5em;
}

.lead .subtitle {
  font-size: 0.8em;
}

.footer {
  background: #eeeeee;
}

.maincontent {
  margin-bottom: 4em;
}

.todos .done {
  text-decoration: line-through;
}

.boxed-image {
  text-align: center;
}

.boxed-image img {
  width: 70%;
  margin: auto 0;
}

.blockquote {
  border-left: solid silver 6px;
  padding-left: 10px;
}

.badge.tag a {
  color: #eeeeee;
}

.badge.tag a:hover {
  color: #ffffff;
}

a.user-page-link {
  color: black
}

.socials-post-share {
  text-align: right;
}

/** boxed-code **/
.boxed-code {
  margin-bottom: 1rem;
  border: 1px black solid;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.boxed-code ul {
  margin: 0;
  padding: 2px;
  background-color: #cbcbcb;
}

.boxed-code pre {
  margin-bottom: 0;
}

.boxed-code pre code {
  padding: 1rem;
}

.boxed-code ul li:before {
  content: "\f0c1"; /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  margin-right: 3px;
}

.boxed-code ul li:after {
  content: "\f15b"; /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  float: right;
}

.boxed-code ul li {
  padding: 3px;
  list-style: none;
}

.boxed-code ul li a {
  color: black
}

/** /boxed-code **/

.boxed-image-size-auto {
  text-align: center;
}
