
.top-account {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-right: 1em;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:right;
	line-height: 1em;
}

.top-img img {
    border: solid 1px #eeeeee;
    width: 100%;
}

.top-account .dashicons-twitter {
    color: #58aeed;
    font-size: 1.3em;
    margin-right: 0.5em;
}

.top-account .user_name {
    font-weight: bold;
    margin-right: 0.5em;
    font-size: 0.8em;
}

.top-account .name_reply {
    color: #919ca5;
    font-weight: bold;
    font-size: 0.8em;
    margin-right: 0.5em;
}

.top-account img{
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
}

.top-account a {
	color: #000;
	text-decoration: none;
}