#ergojob {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #263238;
	color: #E6EE9C;
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.4;
	z-index: 999;
}

#ergojob > div {
	margin: 5px;
	text-align: center;
}

#ergojob > div a {
	color: inherit;
	font-weight: normal;
	text-decoration: underline;
}

#ergojob > div a:hover,
#ergojob > div a:focus {
	color: #FFF176;
	font-weight: normal;
	text-decoration: underline;
}

#ergojob > div a.refuse {
	color: #FBC02D;
	font-weight: normal;
	text-decoration: none;
}

#ergojob > div a.refuse:hover,
#ergojob > div a.refuse:focus {
	color: #F9A825;
	font-weight: normal;
	text-decoration: none;
}
