@charset "uTF-8";

.changeBtn {
	display: inline-block;
	width: 26px;
	height: 22px;
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 4px 0 0 0;
	color: #00a3a4;
	text-decoration: underline;
}
.changeBtn.active {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}