body  { 
	padding-top: 70px; 
}

.hidden-element  {
	display:none;
}

#input-search-category {
	font-size: 14pt;
	padding: 20px 10px;
}

.note-time {
	font-size: 12pt;
	font-weight: bold;
}

.note-content-area {
	width: 90%;
}

.note-action-area {
	width: 10%;
	text-align: right;
}

.note-menu {
	color: grey;
}

.note-count-info-area {
	font-size: 18pt;
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 10px;
}

#text-current-category-name {
	font-weight: bold;
	font-size: 14pt;
}

a#category-name-info {
	color: #4C95E8;
	font-weight: bold;
	text-decoration: none;
}

a#category-name-info:hover {
	text-decoration: none;
}

#trigger-show-more-notes {
	padding: 20px;
	background-color: #EFEFEF;
}

.tag-label {
	cursor: pointer;
}