@charset "UTF-8";
.row ul {
	list-style-type: none;
}

.collect {
	color: #61c5e0;
	border-bottom: none;
	margin-left: 0.5em;
}

.level {
	color: #ff0000;
	border-bottom: none;
}
.level::before {
	margin-right: 0.2em;
}

.menu-ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 6em;
}

.menu-ul li {
	/* width:3em; */
	float: left;
	cursor: pointer;
}


.menu-ul li a {
	padding: 5px 10px;
	color: rgb(74, 74, 74);
	border-bottom: none;
	/*margin-left: 0.5em;*/
	 font-weight: 500;
}


.menu-ul li a:hover {
	background-color: #61c5e0;
	color: #fff;
	/*text-decoration: none;*/
}
#main .select-act{
	background-color: #61c5e0;
	color: #fff;
}

.menu-ul li a:active {
	background-color: #61c5e0;
	color: #fff;
	text-decoration: none;
}

/*.menu-ul li a:visited {
	background-color: #61c5e0;
	color: #fff;
	text-decoration: none;
}*/

.menu-ul .aclick {
	background-color: #61c5e0;
	color: #fff;
	text-decoration: none;
}
#searchResponse label {
	font-size: 0.5em;
}

#searchResponse .labelTitle {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 1em;
}

/*#searchResponse img {
	width: 7em;
	height: 10em;
}*/
select {
    height: 2em;
        margin-top: -0.2em;
}

