
.card-img {
	width: 80px;
	padding-right: 10px;
}
.card-img div{
	position: relative;
	width: 100%;
}
.card-img div:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.card-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.auto-login-delete, auto-login-delete:visited {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #ddd;
	font-size: 1.6em;
}

.hashtag-link {
	font-size: 70%;
	line-height: 70%;
}

.pd7 {
	padding: 7px;
}