html, body, h1, h2, h3, blockquote, p, ol, ul, li, img, iframe, button, a{
	
    font-family: 'Roboto', sans-serif;
}

.timeline-header{

	background-color: #40bae9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

.customisable-highlight{

	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;

}

.timeline{
	
	background: transparent !important;
	border: solid 0px !important;	
}

ol.h-feed li,
.timeline-Viewport{

	background-color: #FFF !important;	

}

.p-name{

	color: #41b8e7 !important;

}

.retweet-credit{

	font-size: 10px;

}

a.u-url{

	font-weight: 400;
	color: #000 !important;
	font-size: 11px;
}

.timeline-Widget {

	background: transparent !important;

}


.timeline-Header-title,
.timeline-Header-byline{

	color: #FFF !important;

}