    @charset "utf-8";

    /* only Grid system CSS */
    /* --------------------------------
    TWITTER
    -------------------------------- */

	.timeline-Viewport::-webkit-scrollbar {
		-webkit-appearance: none !important;
		width: 7px !important;
	}
	.timeline-Viewport::-webkit-scrollbar-thumb {
		border-radius: 4px !important;
		background-color: rgba(0,0,0,.5) !important;
		box-shadow: 0 0 1px rgba(255,255,255,.5) !important;
	}

	.timeline-Widget {
		border-radius: 0 !important;
	}

	.timeline-Header-title,
	.timeline-Header-byline,
	.TweetAuthor-name {
		font-size: 14px !important;
		line-height: 1.65 !important;
	}
	.timeline-Tweet-text {
		font-size: 12px !important;
		line-height: 1.65 !important;
	}

	.timeline-InformationCircle {
		top: 20px !important;
	}

	.timeline-Footer {
		display: none !important;
	}

	@media only screen and (max-width: 767px) {
		.timeline-Tweet-text {
			font-size: 13px !important;
		}
	}