/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2022 | 11:37:36 */
/*  twitterタイムライン用CSS */
.timeline-Header{
  background-color: #84A2D4;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
}
.timeline-Header h1, .timeline-Header span{
  color: #fff;
  font-size: 14px;
}
.timeline-Header a:link, .timeline-Header a:visited, .timeline-Header a:hover, .timeline-Header a:active{
  color: #fff;
}
/* 
.timeline-Header-byline::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
	font-weight: 400;
}
 */
.timeline-Footer {
    background: #84A2D4;
	border-radius: 0 0 5px 5px;
}
.timeline-Footer a:link, .timeline-Footer a:visited, .timeline-Footer a:hover, .timeline-Footer a:active{
  color: #fff;
}
.timeline-Body{
  border: #84A2D4 solid 1px;
}
.timeline-InformationCircle{
	display: none;
}