@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);
	/*text-decoration: none;*/
	border-bottom: none;
	/*margin-left: 0.5em;*/
	font-weight: 500;
	border-radius: 3px;
}


.menu-ul li a:hover {
	background: #61c5e0;
	color: #fff !important;
	/*text-decoration: none;*/
}
#main .select-act{
	background: #61c5e0;
	color: #fff !important;
}

.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; */
    font-size: 1em;
    margin-left: 2em;
}

.journal-box{
	text-align: center;
}
.journal-box a{
	color: rgb(74, 74, 74);
	text-decoration: none;
}
.journal-box img{
	width: 100%;
    padding: 6px;
    border: solid 1px #f0f0f0;
	/*height: 10em;*/
}
.journal-box img:hover{
   /*border: solid 1px #c5c5c5;*/
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

.journal-box .labelTitle {
   /* font-size: 0.7em;*/
    font-weight: bold;
    margin-bottom: 1em;
}
/*.journal-box label {
    font-size: 0.5em;
}*/
.journal-box a{
	border-bottom: none;
}
.home-journal hr{
	border-bottom: solid 2px #61c5e0;
}

#main .journal-box a:hover{
	border-bottom: none;
}
