#break {
	position:relative;
	color: rgba(245,245,245,1);
	background-color: rgba(100,160,245,1);
	font-size: 1.2em;
	border-bottom: 0.3em solid rgba(60,120,200, 1) !important;
}

#break:hover {
	cursor: pointer;
}

#break:active {
	top: 0.2em !important;
	border-bottom: 0.1em solid rgba(60,120,200, 1) !important;
	outline: none !important;
	margin-bottom: 1.2em;
}
