.a5 {
	color: #eb4656!important;
}
.border {
	padding-top: 20px;
	margin-bottom: -10px;
}
.author {
	width: 155px;
}
.tag-list {
	display:grid;
}
.tag {
	border: 1px solid #467484;
	padding: 4px 10px;
	border-radius: 16px;
	font-size: 11px;
	margin-right: 5px;
	display: inline-flex;
	float: left;
	margin-bottom: 8px;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.tag:hover {
	border: 1px solid #467484;
	background:#467484;
	color:#fff!important;
}
.tag:hover a {
	color:#fff!important;
}

.mne {
    font-size: 24px;
    display: block;
    position: relative;
    margin-top: 35px;
}

.nkwe {
    font-size: 19px !important;
    margin-top: 12px;
}