a.save_button {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
  font-size: 12px;
} 
a.save_button:hover { background: rgb(53, 167, 110); }
a.save_button:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

.lux tr td{
	padding-left:12px;
	
}
.lux tr:hover td{
	font-size: 16px;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

