#cie-switcher-wrapper {
	position: absolute;
	width: 500px;
	margin: auto;
	left: 50%;
	margin-left: -170px;
	padding: 15px;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #a0a0a0;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 46px;
	display: none;
}

#cie-switcher-wrapper .cie-wrapper { 
	display: table-row; 
}

#cie-switcher-wrapper .cie-wrapper .cell {
	border-top: 1px solid #e0e0e0;
	padding: 4px 0px;
	float: left;
	display: table-cell;
}

#cie-switcher-wrapper .cie-wrapper .name { width: 200px; }
#cie-switcher-wrapper .cie-wrapper .cli_cli { width: 100px; }
#cie-switcher-wrapper .cie-wrapper .status { width: 100px; }
#cie-switcher-wrapper .cie-wrapper .controls { width: 100px; }