body {
  background: #f8f9fa !important;
}

section.allnews {
    margin-top: 50px;
    padding-top: 20px;
}

.containernews {
    max-width: 800px;
    margin: 0 auto;
}

.newscard {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 6px;
}

h1,h2 {
  padding-left: 10px;
}

.articleimage {
    display: inline-block;
    width: 100px;
    float: left;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 4px;
}

a.newsheadline {
   font-size: 18px;
   line-height: 24px;
   text-decoration: none;
   color: #222;
   font-weight: 500;
}

div.sourcedate {
  color: #616161;
  padding: 8px 6px 0px 0px;
  font-size: 14px;
}

.tagnav {
    margin: 10px 0px;
    margin-bottom: 10px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

a.taglink {
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    margin-right: 8px;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

div.container {
  max-width: 800px !important;
}

img.siteicon {
  background: #eee;
  padding: 4px;
  border-radius: 22px;
}

.pt-5 {
  padding-top: none !important;
}

.vote {
  display: inline-block !important;
}

p.inforow {
  padding: 0px;
  margin: 0px;
}

img.newsimage {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.voterow {
  padding-top: 6px;
}

button.btn.btn-link.text-success, button.btn.btn-link.text-danger {
  padding: 0px;
}

.vote.vote-like, .vote.vote-dislike {
    background: #eee;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 11px;
}

@media (max-width: 768px) {
.newscard {
margin-bottom: 10px !important;
max-width: 98% !important;
padding: 6px 8px;
margin: 0 auto;
}

img.newsimage {
  width: 80px;
  height: 80px;
}

.articleimage {
  width: 80px;
}

h2 {
  padding-left: 8px !important;
}

}
