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




div.demo {
	border: 1px solid #ccc;
  margin: 10px auto;
	width: 600px;
}
#test1 {
	height: 200px;
}
#test2 {
	height: 200px;
}
#test3, #test4 {
	height: 140px;
}
hr {
	border: none;
	color: #bedce7;
	background-color: #bedce7;
	height: 1px;
}
p {
	text-align: justify;
}
div.right {
	font-size: 90%;
	right: 10%;
	padding-right: 1.2em;
	position: absolute;
	width: 90px;
}
div.right button {
	width: 90px;
}
div.caption {
	position: absolute;
	margin-top: -75px;
	margin-left: -75px;
	width: 150px;
	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
}