.btn-NotifyMe{
	color: #f45959;
	cursor: pointer;
}

.btn-NotifyMe:hover{
	text-decoration: underline;
}

.btn-NotifyMe-active{
	font-weight: 500;
	color: #4E7C80;
	border: 1px solid #4E7C80;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: context-menu; 
}

.btn-NotifyMe-active:hover{
	text-decoration: none;
}