#ulEnterprise
{
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	user-select: none;
}

#ulEnterprise > li
{
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: none;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	text-align: left;
	transition: transform 0.3s, box-shadow 0.3s;
}

#ulEnterprise > li > div:nth-child(1)
{
	border-right: 1px solid #cccccc;
	display: inline-block;
	height: 90px;
	padding: 7px;
	text-align: center;
	width: 100px;
}

#ulEnterprise > li > div:nth-child(1) > div
{
	font-weight: bold;
	overflow: hidden;
	padding: 0px;
}

#ulEnterprise > li > div:nth-child(1) > img
{
	border-radius: 10px;
	height: 50px;
	margin-bottom: 4px;
	width: 50px;
}

#ulEnterprise > li > div:nth-child(2)
{
	display: inline-block;
	height: 90px;
	overflow-y: scroll;
	vertical-align: top;
	width: 180px;
}

#ulEnterprise > li > div:nth-child(2) > ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#ulEnterprise > li > div:nth-child(2) > ul > li
{
	border-bottom: 1px solid #cccccc;
	color: #7e7e7e;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	text-transform: lowercase;
	width: 100%;
}

#ulEnterprise > li > div:nth-child(2) > ul > li:hover
{
	color: #000000;
}