body, html {
	height: 100%;
}
body {
	padding-top: 60px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}

.thumb {
	border: 1px solid #ced4da!important;
}

.bg-article {
	background-color: #efefef;
}
.border-article {
	border: 1px solid #bbb;
}
.article-in {
	height: 90px;
	overflow: hidden;
}
.article-in img, .thumb-img {
	width: 120px;
	height: 90px;
}
.sortblock {
	cursor: pointer;
}

.tweetembed {
	border: 2px solid #1DA1F2;
	padding: 10px;
}

.original {
	border: 1px solid #fff;
}
.proof {
	display: inline-block;
/*	font-weight: 600;*/
	padding: 0 2px;
	cursor: pointer;
}
.proof.removed {
	color: #dc3545;
	text-decoration: line-through;
}
.proof.added {
	color: #007bff;
}
.removed.selected {
	color: #fff!important;
	background-color: #dc3545;
}
.added.selected {
	color: #fff!important;
	background-color: #007bff;
}
.added.accepted.selected {
	color: #fff!important;
	background-color: #28a745;
}
.added.accepted {
	color: #28a745;
}
.added.rejected {
	text-decoration: line-through;
}
.removed.accepted {
	text-decoration: line-through;
}
.removed.rejected {
	color: #28a745;
	text-decoration: none;
}

.stat-box {
	border-top-width: 5px!important;
}
.stat-icon {
	display: inline-block;
	width: 1.5rem;
}

.comma:after {
	content: ', ';
}
.comma:last-child:after {
	content: '';
}

#navbarCollapse {
/*	max-height: calc(100vh - 60px);
	overflow-y: auto;*/
}

@media (min-width: 768px) {
	
}
