#cli{
    bottom: 0;
    z-index: 2500;
left:0;
position:absolute;
width:100%;
height:200px;
background: rgba(0,0,0,0.8)
}
#cli .header{
height:20px;
font-weight: bold;
}
#cli .footer{
height:50px;
bottom:0;
width:100%;
position: absolute;
background: #000000;
    padding-top: 10px;
}
.clidump{
height:90%;
color:#cccccc;
padding:3px;
overflow: auto;
}
#clicmd{
color:#f1f1f1;
border:solid 1px #cccccc;
float:left;
width:80%;
}
.clihl{
color:#f1f1f1;
padding:3px;
}
.cliline{
clear:right;
font-size:10px;
padding:1px;
}
.clibtn{
	color:#ffffff;
	border:solid 1px #cccccc;
	padding:3px;
	cursor: pointer;
}
.clifeature{
cursor:pointer;color:#ffffff;float:right;
text-decoration: underline;
margin-right:15px;
}