#jstwitter {
	width: 100%;
	font-size: 15px;
	color: #333333;
	margin: 0 auto;
	text-align: center;
}

#jstwitter .tweet {
	margin:0 1% 2% 1%;
	padding: 15px;
	background: #ffffff;
	text-align: left;
	float:left;
	width:23%;
}
@media(max-width:767px){
	#jstwitter .tweet {
		width:100%;
		margin:15px 0 0 0;
		min-height:50px;
	}
}
@media(min-width:768px){
	#jstwitter .tweet {
		width:48%;
		margin:15px 1% 0 1%;
		min-height:150px;
	}
}
@media(min-width:992px){
	#jstwitter .tweet {
		width:23%;
		margin:2% 1% 0 1%;
		min-height:200px;
	}
}
@media(min-width:1200px){
	#jstwitter .tweet {
		width:23%;
		margin:2% 1% 0 1%;
		min-height:175px;
	}
}

#jstwitter .tweet a {
	text-decoration: none;
	color: #62789C;
}

#jstwitter .tweet a:hover {
	text-decoration: underline;
}

#jstwitter img {
	display: none;
	margin-bottom: 5px;
	max-width: 100%;
}

#jstwitter .tweet .time {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	display: block;
	margin-top: 3px;
}