.tweet-avatar {
	border-radius: 100px;
	width: 48px;
	min-width: 48px;
	margin-right: 15px;
}
.tweet-avatar-websoccer {
	border-radius: 100px;
	width: 48px;
	min-width: 48px;
	margin-right: 15px;
}
.tweet-verifizierung {
	width: 15px;
	max-width: 15px;
}
.tweet-wrap {
  	max-width: 750px;
  	background: #fff;
	margin: 0 auto;
	margin-top: 50px;
  	border-radius: 3px;
  	padding: 30px;
  	border-bottom: 1px solid #e6ecf0;
  	border-top: 1px solid #e6ecf0;
}
.tweet-wrap-websoccer {
  	max-width: 100%;
	width: 100%;
  	background: #fff;
	margin: 0 auto;
  	border-radius: 3px;
  	padding: 30px;
  	border-bottom: 1px solid #e6ecf0;
}
.tweet-header {
  	display: flex;
  	align-items: flex-start;
  	font-size: 14px;
}
.tweet-header-info {
  	font-weight: bold;
	text-align: left;
}
.tweet-header-info span {
  	color: #657786;
  	font-weight: normal;
  	margin-left: 5px;
}
.tweet-header-info p {
  	font-weight: normal;
  	margin-top: 5px;
	text-align: left;
}
.tweet-img-wrap {
  	padding-left: 60px;
}
.tweet-img {
	max-width: 100%;
}
.tweet-info-counts {
  	display: flex;
  	margin-left: 60px;
  	margin-top: 10px;
}
.tweet-info-counts div {
  	display: flex;
  	margin-right: 20px;
}
.tweet-info-counts div svg {
  	color: #657786;
  	margin-right: 10px;
}

@media screen and (max-width:430px){
	.tweet-verifizierung {
		margin-top: 5px;
	}
	.tweet-header {
    	flex-direction: column;
  	}
  	.tweet-header img {
    	margin-bottom: 5px;
  	}
  	.tweet-img-wrap {
    	padding-left: 0;
		margin-top: 10px;
  	}
  	.tweet-info-counts {
  		display: flex;
  		margin-left: 0;
	}
	.tweet-info-counts div {
  		margin-right: 10px;
	}
}