.match .title {
	color: #7cb2d2;
	padding: 5px 10px;
	overflow: hidden;
	background-image: linear-gradient(180deg, #F2FBFE 0%, #DDEEF7 100%);
}

.match .title img {
	float: right;
	vertical-align: middle;
}

.category_list {
	font-size: 14px;
	overflow: hidden;
	padding: .5rem .8rem;
	border-bottom: 1px dotted #CCC;
}

.category .category_list:last-of-type {
	border-bottom: none;
}

.category_list>div {
	font-size: 14px;
	line-height: 25px;
}

.time {
	color: gray;
	padding-right: .5rem;
	display: table-cell;
	vertical-align: middle;
}

.content {
	display: table-cell;
	vertical-align: middle;
}

.description a {
	color: blue !important;
	display: inline-block;
	margin-right: 5px;
}

.topBtn{
	position: fixed;
	bottom: 70px;
	right: 10%;
	z-index: 99;
	display: none;
}

.topBtn img {
	width: 30px;
	height: auto;
}