/* CSS Document */
/* Twitter */
@media only screen and (max-width: 810px) {
	.twitter-wrapper {
	float:left;
	width:90%;
	display: inline;
	margin-left:0.5em;
}
}

@media only screen and (min-width: 810px) {
	.twitter-wrapper {
	float:left;
	width:250px;
	display: inline;
	/*margin-left:0.5em;*/
}

.lt-ie10 .twitter-wrapper {
	width:240px;
}
}

@media all and (-ms-high-contrast: none) and (min-width: 810px), (-ms-high-contrast: active) and (min-width: 810px) {
/* IE10+ CSS styles go here */
.twitter-wrapper {
	width:240px;
}
}

.thm-dark .timeline {
	background-color: #475764;
}
.thm-dark .customisable, .thm-dark .customisable:link {
	color:#00B2AD;
}