.container{
	margin-top: 1vh;
}
h1{
	font-size: 1.7em;
}
h2{
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
}
.lead{
	font-size: 1rem;
}
#explain .card-header h4{
	font-size:1em; 
}
img {
	width: 100%;
}
p.url-sample{
	text-align: center;
}
p.url-sample img{
	width: 60%;
}
span.school-url{
	display:inline-block;
	width: 80%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
#rss-result{
	display: none;
}
#btn-rss-access{
	color: #fff;
}
#rss-result,
#target-school-list .list-group-item{
	transition: opacity 1s, visibility 0s ease 1s;
	opacity: 0;
	visibility: hidden;
}
#rss-result.is-show,
#target-school-list .list-group-item.is-show{
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}
