﻿body {
  padding-top: 65px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Small screens should have less padding on the sides */
@media (max-width: 768px){
  .body-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.article-container {
  padding: 5px;
  margin: 5px 0;
  -ms-word-break: break-word;
  word-break: break-word;
}
    .article-container pre {
        overflow-x: auto;
        background: #F0F0F0;
    }
.article-container pre code {
  overflow-wrap: normal;
  white-space: pre;
}
    .article-container pre code:not(.hljs) {
        color: #444;
        display: block;
        overflow-x: auto;
        padding: 0.5em;
        background: #F0F0F0;
    }
.article-commands {
  margin-top: 21px;
}
.article-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.article-body img {
  max-width: 100%;
  max-height: 500px;
}
.myinfo-panel {
  margin-top: 5px;
}
.article-tags a {
  margin-top: 5px;
  margin-right: 5px;
}
.article-tags p {
    margin-bottom: 0;
}
.article-list-article-summary {
  font-size: large;
}
.comment-panel {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
}
.comment-panel .comment-heading {
  border-bottom: 1px dashed #eee;
  font-size: smaller;
}
.comment-panel:last-child {
  margin-bottom: 0;
}
#preview {
  overflow-y: scroll;
  max-height: 600px;
}
.related-articles {
  margin-top: 10px;
}
.mb-1 {
  margin-bottom: 1rem;
}
.sidebar-mvp-logo {
  margin-bottom: 2rem;
  max-width: 100%;
}

.twitter-share-container {
    min-height: 24px;
}
.articles-by-tag-header {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 10px;
}
.article-heading h1 {
    margin-top: 0;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.cookie-consent-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .cookie-consent-container .alert {
        display: inline-block;
        padding: 10px;
    }

        .cookie-consent-container .alert .btn {
            margin-left: 1rem;
        }

        .cookie-consent-container .alert .cookie-usage {
            vertical-align: middle;
        }