@charset "UTF-8";
/* CSS Document */

/* タイムライン内の文字サイズ調整 */
.timeline-Tweet-text {
	font-size: 14px !important;
	line-height: 1.6 !important;
}
.timeline-ShowMoreButton {
	font-size: 11px !important;
	line-height: 1.2 !important;
}
.timeline-Header-title {
	font-size: 16px !important;
}
/**/
/* タイムラインのborder調整 */
.timeline-Body {
	border-right: none;
}
