.button {
background-color: blue;
}
.pt1 {
	position: relative;
	height: 10px;
	width: 10px;
	background-color: orange;
 	border-radius: 50%;
	display: none;
}
.pt2 {
	position: relative;
	height: 10px;
	width: 10px;
	background-color: green;
	border-radius: 50%;
	display: none;
}