body {
  border-top: 4px solid #e7742e;
}

a {
  color: #e7672e;
}
a:active,
a:focus,
a:hover {
  color: #d6561d;
  text-decoration:none;
}
a.external:before {
  margin: 0 .4rem 0 .2rem;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f35d";
}
a.external.social-icon:before,
#footer a:before { margin: 0; content: ""; }

img { max-width: 100%; }
img.smiley { width: 1.25em; height: 1.25em; margin: -.075rem .075rem 0; vertical-align: text-top; }

pre {
  background: #e9ecf2;
  color: #667d99;
  margin: 1.75rem 0;
  padding: 1.75rem;
  box-shadow: 0 1px 1px rgba(102, 125, 153, 0.6);
}

.container .callout-dark.heading-title { border-radius: 0.25rem; }

#footer { background: none #282828; }
#footer .copyright {}
  
#gotop {
  bottom: 2rem;
  display: none;
  position: fixed;
  right: 2rem;
  width: auto;
  margin: 0;
  z-index: 1000;
}

.search-Adsense {
  top: 2rem;
  position: fixed;
  right: 2rem;
  z-index: 1000;
}