#deviceDownload {

}

#deviceDownload .device {
	border:3px double black ;
	width:37%;
	height:280px;
	padding:5px;
	position:relative;
	float: left;
}

#testInst {
}

#deviceDownload h3 {
	margin:5px 0 10px 0;
	font-size:18px;
}

.downloadFile {
	position:absolute;
	bottom:5px;
	right:5px;
	left:5px;
}

.downloadFile .realDB {
	float:right;
	width: 45%;
	border-left:1px solid darkgray;
	padding:0 0 0 10px;
}

.downloadFile .realDB a{
	display: block;
}

.downloadFile .testDB {
	float:left;
}

ol li {
	margin: 0 0 5px 0;
}
