@media only screen and (max-width: 1000px) {
	.table-topic td { 
		display:block!important;
	}
	
	.table-topic th {
		display:none;
	}
	
	.table-topic td:nth-child(1) {
		font-size:12px;
		padding-bottom:6px;
		border-bottom:0;
		background-color: #f9fafe!important;
	}
	
	.table-topic td:nth-child(2) {
		padding-top:6px;
		border-top:0;
	}
}

.text-post a {
	color:#3498DB;
}

.text-post a:hover, .text-post a:active, .text-post a:focus {
	color:#e67e22;
}

.post-files {
	margin-top:16px;
	margin-bottom:16px;	
	
	display:flex;
	align-items: stretch;
	flex-wrap: wrap;
	align-items: center;
	flex-grow: 1;
}

a.post-file {
	display: inline-flex;
	width:280px;
	border: 1px solid #dfe8f1;
	padding:1rem 0.5rem;
	margin-bottom:0.5rem;
	margin-right:0.5rem;
	border-radius:5px;
	align-items: center;
	justify-content: center;
	align-self: stretch;
}

a.post-file:hover, a.post-file:focus, a.post-file:active {
	color:#000;
	border: 1px solid #858b90;
	background:#dfe8f1;
}

a.post-file .post-file-img {
	flex:1;
	text-align:center;
}

a.post-file .post-file-info {
	flex:3;
	max-width:75%;
}

a.post-file .post-file-info strong {
	word-wrap:break-word;
	display:inline-block;
	width:100%;
}