#matrix-ui-anchor {
	position:fixed;top:0;right:0;z-index:100;
	border-left:1px solid black;border-bottom:1px solid black;
	background:#eee;
	padding:5px;
}
.matrix-table {border-collapse:collapse;padding:0;}
.matrix-table td {border:1px solid #444;padding:0;margin:0;height:20px;}
.matrix-table input[type="text"]{border:0;font-family:courier;margin:0;width:60px;height:20px;background:white;padding:2px 2px;} 
.matrix-table input[type="text"]:focus {outline:0;background:#fffcbc;}
button.transition-style.active {color:blue;font-weight:bold;}