@charset "UTF-8";

.topic-head {
	background: #ccc;
}
.topic-list {
	padding: 1rem 0.5rem;
}
a:hover {
	text-decoration: none;
}
a .topic-list:hover {
	background: #e9ecef;
}
a .topic-title {
	color:#343A40;
	font-size: 14px;
	margin-top:0.5rem;
}
.topic-date {
	color: #A39E9E;
	font-size: 14px
}
.card-header {
	background: #fff;
	font-size: 20px;
}
.card {
	border:none;
	font-size: 14px;
}
.topic-date-single {
	color: #A39E9E;
	font-size: 20px
}
@media (min-width: 768px)  {

}
@media (min-width: 992px)  {

}
@media (min-width: 1200px) {
a .topic-title {
	color:#343A40;
	font-size: 14px;
	margin-top:0;
}
}