a{
  text-decoration-line: none;
}

a:hover{
  text-decoration-line: none;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* .info-button-float {
  position: fixed;
  left: 30px;
  bottom: 30px;
} */

.active {
	background:white;
}

.iframe-had-not-loaded {
	background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23000000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">請稍等一下...</text></svg>') center center no-repeat;
}

blockquote p{
	background: #e3f2fd;
	padding: 15px;
	border-style: solid;
	border-width: 8px;
	border-radius: 5px;
	border-top: none;
	border-bottom: none;
	border-right: none;
}