#cu {
	height: 300px;
	width: 50%;
	position: fixed;
	bottom: -350px;
	background-color: rgba(30,30,30,0.8);
	color: #fff;
	left: 25%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	border-radius: 8px;
	border: 1px solid #fff;
	margin-bottom: -150px;
}

.cu-section {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
}

.select {
	float: left;
	height: 20px;
	width: 20%;
	border: 1px solid #fff;
	background-color: #f66;
	border-radius: 8px;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
}
.select:hover {
	background-color: #f00;
	color: #fff;
}
.select.testlink {
	display: none;
}

.cu-text .selection {
	font-weight: bold;
	font-family: courier, monospace, andale, monaco;
	width: 75%;
	float: right;
	text-align: left;
}

.cu-text a.testlink:link,
.cu-text a.testlink:visited { 
	color: #cff;
	font-size: 18px;
}
.cu-text a.testlink:hover {
	color: #fff;
}
.cu-text i {
	font-style: normal;
	text-align: left;
	margin-left: 25%;
	display: block;
	font-weight: bold;
	margin-bottom: -25px;
}

.cu-section.cu-close {
	color: #cff;
	font-size: 14px;
	cursor: pointer;
}
.cu-section.cu-close:hover {
	color: #fff;
}