  <style>
		.clickable {
			cursor: pointer;
		}
		.odd {
			background-color: #FFFFEE;
		}
		.even {
			background-color: #EEFFFF;
		}
		.button-secondary-red {
			background: #ba0000;
			border-color: #690000 #690000 #690000;
			-webkit-box-shadow: 0 1px 0 #690000;
			box-shadow: 0 1px 0 #690000;
			color: #fff;
			text-decoration: none;
			text-shadow: 0 -1px 1px #690000, 1px 0 1px #690000, 0 1px 1px #690000, -1px 0 1px #690000;
			display: inline-block;
			text-decoration: none;
			font-size: 13px;
			line-height: 26px;
			height: 28px;
			margin: 0;
			padding: 0 10px 1px;
			cursor: pointer;
			border-width: 1px;
			border-style: solid;
			-webkit-appearance: none;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			white-space: nowrap;
		}
		.button-secondary-red:hover {
			background: #ca0000;
			color: #fff;
		}
	</style>