tr.clickable{
	cursor: pointer;
}
tr.clickable:hover{
	background-color: #eeeeee;
}


.watermark{
	/*Position*/
	position: absolute;
	padding-left: 5px;
	z-index: 10;

	/*Color*/
	background-image: linear-gradient(30deg, #eeffdd, #ffddee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	text-shadow: 0px 0px 5px white;
	mix-blend-mode: difference;

	/*Transform*/
	font-size: 15px;
}


.new-section{
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 20px;
}

.footer{
	text-align: center;
}
