#ribbontext {
	position: absolute;
	z-index: 1000;
	width: 180px;
	right: 0px;
	top: 180px;
	background: #fff;
	opacity: .9;
	padding: 4px;
}
#ribbontext p {
	opacity: 1;
}
.code {
	text-align: left;
}
.code span {
	font-family: "Courier New", Courier, monospace;
	background-color: #efefef;
	padding: 2px;
}

