
.qt-box, .card-box {
	padding: 4px;
	border: 1px solid black;
}

#tweets .tweet.tweet-viewed {
	background-color: lightslategray;
}

#tweets .tweet.marked {
	background-color: lightslategray;
}



.theme a:visited {
	color: orange;
}

@media (min-width: 992px) {

.position-lg-fixed {
	position: fixed;
}

}