iframe
{
	margin: 0px;
	padding: 0px;
}

.timeline-Body
{
	border: 0px;
}

/*
-----------------------------------------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------------------------------------
*/

.timeline-Header
{
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*
-----------------------------------------------------------------------------------------------------------
Tweets
-----------------------------------------------------------------------------------------------------------
*/

/*Removing L/R padding from each tweet*/
.timeline-Tweet
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*Removing background color change*/
.timeline-Tweet:hover
{
	background: white !important;
}

/*Recoloring the per-tweet border*/
.timeline-TweetList-tweet
{
	border-top: 1px solid rgb(220,220,220) !important;
}

/*Removing twitter bird*/
.timeline-Tweet-brand
{
	display: none;
}

/*Removing twitter alerts in the header bar*/
.timeline-InformationCircle
{
	display: none;
}

/*
-----------------------------------------------------------------------------------------------------------
Images
-----------------------------------------------------------------------------------------------------------
*/

/*Removing all rounded corners from tweet images*/

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image
{
	border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.TweetAuthor-avatar
{
	border-radius: 0px !important;
}

/*
-----------------------------------------------------------------------------------------------------------
Text
-----------------------------------------------------------------------------------------------------------
*/

.timeline-Header
{
	margin-top: -4px;
}

.timeline-Header-title
{
	font-family: Verdana !important;
	font-size: 13px !important;
	font-weight: bold !important;
	
	line-height: 175% !important;
	-webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
	
	color: rgb(47,36,131) !important;
}

.timeline-Header-byline
{
	font-family: Verdana !important;
	font-size: 10px !important;
		
	line-height: 175% !important;	
		
	color: rgb(80,86,95) !important;
}

.timeline-Header-byline a
{
	font-family: Verdana !important;
	font-size: 10px !important;
		
	line-height: 175% !important;	
		
	color: rgb(47,36,131) !important;
}

.timeline-Header-byline a:hover
{
	text-decoration: underline;
}

.TweetAuthor-name
{
	font-family: Verdana !important;
	font-size: 10px !important;
	font-style: bold !important;
	
	line-height: 12.5px !important;
	
	color: rgb(80,86,95) !important;
}

.TweetAuthor-name:hover
{
	text-decoration: underline;
}

.TweetAuthor-screenName, .timeline-Tweet-retweetCredit
{
	font-family: Verdana !important;
	font-size: 10px !important;
	
	line-height: 12.5px !important;
	
	color: rgb(150,150,150) !important;
}

.TweetAuthor-screenName:hover
{
	text-decoration: underline;
}

.timeline-Tweet-timestamp
{
	font-family: Verdana !important;
	font-size: 10px !important;
	
	color: rgb(150,150,150) !important;
}

.timeline-Tweet-text
{
	font-family: Verdana !important;
	font-size: 10px !important;
	
	line-height: 175% !important;
	
	color: rgb(80,86,95) !important;
}

.SummaryCard-content .TwitterCard-title
{
	font-family: Verdana !important;
	font-size: 10px !important;
	font-style: bold !important;
	
	line-height: 12.5px !important;
	
	color: rgb(80,86,95) !important;
}

.SummaryCard-content p
{
	font-family: Verdana !important;
	font-size: 10px !important;
	font-style: normal !important;
	
	line-height: 12.5px !important;
	
	color: rgb(80,86,95) !important;
}

.SummaryCard-content span.SummaryCard-destination
{
	font-family: Verdana !important;
	font-size: 10px !important;
	font-style: normal !important;
	
	line-height: 12.5px !important;
	
	color: rgb(150,150,150) !important;
}

.timeline-LoadMore button, .timeline-LoadMore p
{
	font-family: Verdana !important;
	font-size: 10px !important;
		
	line-height: 175% !important;	
		
	color: rgb(80,86,95) !important;
}

p a
{
	font-family: Verdana !important;
	font-size: 10px !important;
	
	line-height: 175% !important;
	
	color: rgb(47,36,131) !important;
}

p a:hover
{
	text-decoration: underline;
}