.twitterfeed .twitfeed {
	color:#007298;
    font-family: "dinotregular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#twitterfeed {
	color:#007298;
    font-family: "dinotregular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 1024px;
	margin: 0 auto;
}

#twitterfeed span.link:hover {
	text-decoration:underline;
	cursor:pointer;
}
#twitterfeed .actions span {
	padding-right: 3px;
}
#twitterfeed .tfeed .feed {
	width: 316px;
	float: left;
	display: block;
	margin-right: 4px;
	background: #fff;
	height: 190px;
	border: 0;
}
#twitterfeed .feed .feedhead {
	padding: 13px 20px 0px;
	color: #007298;
	font-weight: 600;
}
#twitterfeed .feed .feedhead a {
	font-size: 14px;
}
#twitterfeed .feed .feedhead span[data-scribe="element:verified_badge"], #twitterfeed .feed .feedhead span[data-scribe="element:screen_name"] {
	display:none;
}
#twitterfeed .feed .feedhead span span {
	font-weight: bold
}
#twitterfeed .contime p a {
	font-weight:bold;
}
#twitterfeed .tfeed a {
	text-decoration: none;
}
#twitterfeed .feedhead img {
	display: none;
}
#twitterfeed .feed .contime {
	height: 107px;
	overflow: hidden;
	margin-bottom:3px;
}
#twitterfeed .feed p {
	padding-left: 20px;
	width: 270px;
	font-size: 14px;
	color: #007298;
	font-weight:normal;
}
#twitterfeed .feed .feedtime {
	padding: 0 20px;
	color:#9ac0d1;
	font-size: 14px;
	font-weight: 600;
}
#twitterfeed .feed .actions {
	padding: 17px;
	color:#007298;
	font-size: 14px;
	position:relative;
	bottom: 20px;
}
#twitterfeed .tfeed .actions a {
	padding-right: 10px;
}
#twitterfeed .feed .actions img {
	padding-right: 8px;
}
@media only screen and (max-width : 766px) {
#twitterfeed {
	width: auto;
}
.twitterfeed .twitfeed {
	margin: 0px 0px 8px 20px;
}
#twitterfeed .tfeed {
	margin: 0;
	padding: 0;
}
#twitterfeed .tfeed .feed {
	float: none;
	padding-right: 10px;
    margin-bottom: 5px;
    width: auto;
}
#twitterfeed .feed p {
	width: auto;
}
#twitterfeed .feed .actions {
	width: auto;
	bottom: 14px;
}
#twitterfeed .feed .actions a {
	width: 31%;
	display: inline-block;
}
}
@media only screen and (max-width : 600px) {
#twitterfeed .feed .actions a {
	width: 30%;
	display: inline-block;
}
#twitterfeed .feed .actions a img{
	padding-right : 6px;
}
}
@media only screen and (max-width : 450px) {
#twitterfeed .feed .actions a {
	width: 29%;
	display: inline-block;
}
#twitterfeed .feed .actions a img{
	padding-right : 4px;
}
}
