.wu_token_show {
	cursor: pointer;
	color: #018AFF;
}
.wu_token_show:hover {
	text-decoration:underline;
}
.wu_token {
	display:none;
	padding:20px;
	background-color:white;
	box-shadow: 0px 0px 5px 0px #555;
	position:absolute;
	max-height:200px;
	overflow:auto;
}
table.report > tbody > tr.selected {
	background-color:ivory;
}
.trans_ok {color:green}
.trans_fail {color:#AA0000}
#content_left.history {min-width:auto;}
#content_right.history {width:auto;}