.account-view .title{
	font-weight: bold;
}
.account-view.hidden-content .account-content {
	display: none;
}
.account-view.hidden-content.is-clicked .account-content {
	display: inline;
}
.account-view.hidden-content.is-clicked .title {
	display: none;
}
