/*
	Cores NUPEDEE
	Azul muito claro: #f2f8ff;
	Azul Claro: #cfe6ff;
	Azul INtermediario: #436F9C;
	Azul Pijama: #accaea;
	Azul Forte: #15477c;
	Amarelo: #eeda53;

	Verde Claro: #d6ffcf;
	Verde Pijama: #b3eaac;
	Verde Forte: #547c15;

	Cinza Claro: #f5f5f5;
	Cinza Pijama: #d6d6d6;
	Cinza Forte: #565656;

	Vermelho Claro: #ffcfcf;
	Vermelho Pijama: #eaacac;
	Vermelho Forte: #7c1515;

	Fonte: KeepCalm;
*/
/*@font-face {
	font-family: KeepCalm;
	src: url(keepcalm.ttf);
}*/


html,body{
	background-color: #accaea;
	color: #15477c;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.flechaSemana{
	cursor: pointer;
	transition: all 0.3s;
}

.flechaSemana:hover{
	text-shadow: 0px 0px 5px #5a8bbf;
	transition: all 0.3s;
}
.cursor-loading{
	cursor: wait !important;
}

#wrapper{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 400px;
	margin-left: -400px;
	margin-top: -200px;
	text-align: center;
}


.container-menu-servicos{
	display: none;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 158px;
	left: -83px;
	width: 235px;
	height: 100px;
	/*color:  #accaea;*/
	background-color: #accaea;
	transition: all 0.2s;
	padding-top: 5px;
	padding-left: 10px;
}

.visivel-esquerda-servicos{
	top: 146px;
	left: -95px;
	color: #14477c;
	/*background-color: #436F9C !important;	*/
	border: 4px solid #14477c;
	box-shadow: 1px 1px 0px 0px #14477c,2px 2px 0px 0px #14477c,3px 3px 0px 0px #14477c,4px 4px 0px 0px #14477c,5px 5px 0px 0px #14477c,6px 6px 0px 0px #14477c,7px 7px 0px 0px #14477c,8px 8px 0px 0px #14477c,9px 9px 0px 0px #14477c,10px 10px 0px 0px #14477c,11px 11px 0px 0px #14477c,12px 12px 0px 0px #14477c;
	transition: all 0.2s;
}

.container-menu-servicos .botao{
	cursor: pointer;
	display: block;
	letter-spacing: 1px;
	height: 30px;
	font-size: 19px;
	transition: all 0.5s;
}

.container-menu-servicos .botao:hover{
	color: #436F9C;
	transition: all 0.1s ease-in;
}

.container-menu-informacoes{
	display: none;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 183px;
	left: -135px;
	width: 290px;
	height: 75px;
	/*color:  #accaea;*/
	background-color: #accaea;
	transition: all 0.2s;
	padding-top: 5px;
	padding-left: 10px;
}

.visivel-esquerda-informacoes{
	top: 171px;
	left: -147px;
	color: #14477c;
	/*background-color: #436F9C !important;	*/
	border: 4px solid #14477c;
	box-shadow: 1px 1px 0px 0px #14477c,2px 2px 0px 0px #14477c,3px 3px 0px 0px #14477c,4px 4px 0px 0px #14477c,5px 5px 0px 0px #14477c,6px 6px 0px 0px #14477c,7px 7px 0px 0px #14477c,8px 8px 0px 0px #14477c,9px 9px 0px 0px #14477c,10px 10px 0px 0px #14477c,11px 11px 0px 0px #14477c,12px 12px 0px 0px #14477c;
	transition: all 0.2s;
}

.container-menu-informacoes .botao{
	cursor: pointer;
	display: block;
	letter-spacing: 1px;
	height: 30px;
	font-size: 19px;
	transition: all 0.5s;
}

.container-menu-informacoes .botao:hover{
	color: #436F9C;
	transition: all 0.1s ease-in;
}

.botao.desativado{
	color: grey;
	cursor: not-allowed;
}

.botao.desativado:hover{
	color: grey;
	cursor: not-allowed;
}



.desfocado{
	filter: blur(4px);
}

#logoCentral{
	width: 460px;
	display: inline-block;
}

.titulo-janela{
	position: absolute;
	top: -33px;
	left: 6px;
	font-size: 35px;
	font-weight: bold;
}
/* Estilos Mistos */

.botao-generico{
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	transition: all 0.2s;
	text-decoration: none;
}
.botao-generico:active{
	position:relative;
	top: 1px;
}
.botao-generico:hover{
	transition: all 0.2s;
}

.botao-generico.sem-cursor{
	cursor: no-drop;
}

.botao-generico.azul{
	background-color: #accaea;
	border: 1px solid #15477c;
	box-shadow: inset 0px 1px #cfe6ff, inset 0px -1px #cfe6ff;
	color: #15477c;
}
.botao-generico.azul:hover{box-shadow: inset 0px 1px #cfe6ff, inset 0px -2px #15477c;}

.botao-generico.verde{
	background-color: #b3eaac;
	border: 1px solid #547c15;
	box-shadow: inset 0px 1px #d6ffcf, inset 0px -1px #d6ffcf;
	color: #547c15;
}
.botao-generico.verde:hover{box-shadow: inset 0px 1px #d6ffcf, inset 0px -2px #547c15;}

.botao-generico.cinza{
	background-color: #d6d6d6;
	border: 1px solid #565656;
	box-shadow: inset 0px 1px #f5f5f5, inset 0px -1px #f5f5f5;
	color: #565656;
}
.botao-generico.cinza:hover{box-shadow: inset 0px 1px #f5f5f5, inset 0px -2px #565656;}


.botao-generico.vermelho{
	background-color: #eaacac;
	border: 1px solid #7c1515;
	box-shadow: inset 0px 1px #ffcfcf, inset 0px -1px #ffcfcf;
	color: #7c1515;
}
.botao-generico.vermelho:hover{box-shadow: inset 0px 1px #ffcfcf, inset 0px -2px #7c1515;}

.botao-generico.amarelo{
	background-color: #e6eaac;
	border: 1px solid #7c5c15;
	box-shadow: inset 0px 1px #e6eaac, inset 0px -1px #e6eaac;
	color: #7c5c15;
}
.botao-generico.amarelo:hover{box-shadow: inset 0px 1px #e6eaac, inset 0px -2px #7c5c15;}


.botao-generico.roxo{
	background-color: #d0b2ff;
	border: 1px solid #28075a;
	box-shadow: inset 0px 1px #d0b2ff, inset 0px -1px #d0b2ff;
	color: #28075a;
}
.botao-generico.roxo:hover{box-shadow: inset 0px 1px #d0b2ff, inset 0px -2px #28075a;}


/* estilos Gerais */
.container-coisa{
	position: fixed;
	top: 50px;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	/*margin-top: -200px;*/
	background-color: rgba(207, 230, 255, 1);
	border: 2px solid #15477c;
	border-radius: 10px;
	display: none;
	text-align: center;
}
/* Estilos Aulas */

#container-calendarios{
	display: inline;
}
.flechaToggle{
	font-size: 30px !important;
	cursor: pointer;
	trasition: all 0.3s;
}
.flechaToggle:active{
	color: #1e5d9f;
	margin-top: 3px;
	trasition: all 0.3s;
}

#agendamento-overlay-loading{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 21, 39, 0.88);
	border-radius: 10px;
	display: none;
}
.loading-titulo{
	color: #fff;
	font-size: 20px;
	position: absolute;
	text-align: center;
	width: 350px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -50px;
}
.loading-progresso{
	color: #fff;
	font-size: 20px;
	position: absolute;
	text-align: center;
	width: 350px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -20px;	
}

#container-emprestimo{
	text-align: left;
}
.emprestimo-escondido{
	display: none;
}
.emprestimo-externo{
	display: none;
}
#container-emprestimo .legenda{
	width: 120px;
}

#container-emprestimo input,select,textarea{
	padding-left: 8px;
	padding-right: 8px;
	height: 28px;
	font-size: 15px;
	border: 2px solid #1D5EA3;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	resize: none;
}
#container-emprestimo textarea{
	text-align: left;
}

#container-emprestimo input{
	height: 20px;
}

#container-emprestimo table{
	margin-top: 20px;
	margin-left: 20px;
}

#container-agendamento{
	text-align: left;
}

#container-agendamento .legenda{
	width: 92px;
}

#container-agendamento input,select,textarea{
	padding-left: 8px;
	padding-right: 8px;
	height: 28px;
	font-size: 15px;
	border: 2px solid #1D5EA3;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	resize: none;
}
#container-agendamento textarea{
	text-align: left;
}

#container-agendamento input{
	height: 20px;
}

#container-agendamento table{
	margin-top: 20px;
	margin-left: 20px;
}

#botao-anexarArquivo{
	cursor: pointer;
	color: #15477c;
	transition: all 0.2s;
}
#botao-anexarArquivo:hover{
	border-bottom: 1px dotted #085eba;
	color: #085eba;
	transition: all 0.2s;
}

#botao-anexarArquivo:active{
	color: #0d2c4d;
	transition: all 0.2s;
}
#agendamento-nome-professor{
	margin-left: 10px;
	font-style: italic;
	border-bottom: 1px dotted #15477c;
	color: #15477c;
}
#agendamento-nome-arquivo{
	margin-left: 10px;
	font-style: italic;
	color: #15477c;	
}
/*
	CSS para Consulta de Aulas
*/
#container-calendarios-consulta{
	cursor: default;
	position: absolute;
	top: 0px;
	left: 100%;
}
#consulta-tituloLaboratorio{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

#overlay-loading-consulta{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	display: block;
	height: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	line-height: 500px;
	display: none;
}
.consulta-resultado{
	cursor: default;
	width: 780px;
	text-align: center;
	margin-top: 10px;
	border-collapse: collapse;
	display: inline-table;
}

.titulo-tabela{
	font-weight: bold;
	font-size: 20px;
}

.consulta-dados{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.container-mostrador-data{
	padding-bottom: 15px;
	font-size: 20px;
}

.container-dias-semana td{
	background-color: #15477c;
	color: #cfe6ff;
	font-weight: bold;
}

.container-datas-semana{
	border-bottom: 1px solid #14477c;
	
}
.container-datas-semana td{
	background-color: #15477c;
	color: #cfe6ff;
	font-weight: normal;
}

.container-dias-semana td:first-child{
	border-right: 1px solid #cfe6ff;
}

.consulta-horarios-linha:nth-child(odd){
	background-color: #accaea;
}
.consulta-horarios-linha:nth-child(even){
	background-color: #cfe6ff;
}

.consulta-horarios-linha:nth-child(odd) .hoje{
	background-color: #aceac1;
}
.consulta-horarios-linha:nth-child(even) .hoje{
	background-color: #cfffd0;
}


/* Tabela Efeito Loading */
.loading{
	
}
.loading .consulta-horarios-linha:nth-child(odd){
	background-color: #cecece;
	color: #cecece;
}
.loading .consulta-horarios-linha:nth-child(even){
	background-color: #ccc;
	color: #ccc;
}




.consulta-horarios-linha:last-child{
	border-bottom: 1px solid #14477c;
}

.consulta-horarios-linha td:first-child{
	width: 100px;
	border-right: 1px solid #14477c;
}

.consulta-horarios-aula{
	width: 135px !important;
	min-width: 135px !important;
	max-width: 135px !important;
	overflow: hidden;
}

.consulta-horarios-aula.hoje{
	color: #096528;
}

.horario-reservado{
	color: #533515;
}
.consulta-horarios-horarios{
	width: 105px !important;
	min-width: 105px !important;
	max-width: 105px !important;
}
#botao-calendario{
	font-size: 23px;
	cursor: pointer;
	color: #15477c;
	transition: all 0.2s;
}
#botao-calendario:hover{
	color: #085eba;
	transition: all 0.2s;
}

#botao-calendario:active{
	color: #0d2c4d;
	transition: all 0.2s;
}

.container-botoes-inferiores-consulta{
	margin-top: 20px;
	display: block;
}

/* Tabela Container do Site */
.container-site{
	width: 100%;
	height: 350px;
	text-align: center;
}

.container-site .contato{
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #436F9C;
	font-size: 20px;
	vertical-align: bottom;
}
.container-site .logo{
	height: 144px;
}

.container-site .tr-botoes{
	height: 110px;
}

.container-site .coluna.esquerda{
	text-align: right;
}
.container-site .coluna.direita{
	text-align: left;
}

.container-site .container-botoes{
	display: inline-block;
	border: 6px solid #15477c;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	height: 56px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;

}

.container-site .container-botoes.esquerda{
	width: 150px;
}

.container-site .container-botoes.direita{
	width: 290px;
}

.container-botoes .botao{
	cursor: pointer;
	display: block;
	height: 30px;
	transition: all 0.5s;
}

.container-botoes .botao:hover{
	color: #82b3ed;
	font-weight: bold;

	text-shadow: 1px 1px 0 #15477c,
	-1px 1px 0 #15477c,
	1px -1px 0 #15477c,
	-1px -1px 0 #15477c,
	0px 1px 0 #15477c,
	0px -1px 0 #15477c,
	-1px 0px 0 #15477c,
	1px 0px 0 #15477c,
	2px 2px 0 #15477c,
	-2px 2px 0 #15477c,
	2px -2px 0 #15477c,
	-2px -2px 0 #15477c,
	0px 2px 0 #15477c,
	0px -2px 0 #15477c,
	-2px 0px 0 #15477c,
	2px 0px 0 #15477c,
	1px 2px 0 #15477c,
	-1px 2px 0 #15477c,
	1px -2px 0 #15477c,
	-1px -2px 0 #15477c,
	2px 1px 0 #15477c,
	-2px 1px 0 #15477c,
	2px -1px 0 #15477c,
	-2px -1px 0 #15477c;
	transition: all 0.3s ease-in;
}

/* Inventário */
#container-inventario{
	display: none;
	width: 95%;
	height: 75%;
	position: fixed;
	top: 2.5%;
	left: 2.5%;
	padding-top: 10px;
	border: 1px solid #14477c;
	border-radius: 10px;
	overflow: hidden;
	background-color: #cfe6ff;
	text-align: center;
}

#container-inventario iframe{
	width: 99%;
	height: 90%;
	margin-bottom: 10px;
}

/* Barra do geral de hoje */
#icone-flecha-overview{
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.inverter{
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

#container-menu-overview-hoje{
	cursor: pointer;
	position: fixed;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 15px;
	/*margin-top: -140px;*/
	margin-top: -32px;
	padding-top: 10px;
	padding-left: 10px;
}
.titulo-proximas-aulas{
	position: absolute;
	font-size: 17px;
}

.barra-horarios{
	position: fixed;
	top: 100%;
	left: 0px;
	/*padding-left: 55px;*/
	/*margin-top: -105px;*/
	margin-top: 0px;
	font-size: 14px;
	background-color: #436f9c;
	color: #fff;
	width: 100%;
	display: block;
	z-index: 2;
	overflow: hidden;

}
.barra-horarios div{
	display: inline-block;
	width: 6.9%;
	padding-left: 0px;
	padding-right: 1px;
	text-align: center

	
}
.barra-horarios div:nth-child(1){
	padding-right: 0px;
}
.barra-horarios div:nth-child(even){
	background-color: #436f9c;
}
.barra-horarios div:nth-child(odd){
	background-color: #15477c;
}

#toggle-labs-hoje{
	width: 55px;
	cursor: pointer;
}
#toggle-labs-hoje .fa{
	font-size: 14px;
	transition: all 0.5s;
}

#toggle-labs-hoje:hover .fa{
	color: #accaea;
	transition: all 0.5s;
}

.inverter-vertical .fa{
	transition: all 0.5s;
	transform: rotate(-180deg);	
}

/*.barra-horarios .hora{
	padding-left: 10px;
}*/

#container-overview-hoje{
	overflow: hidden;
	position: fixed;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 90px;
	/*margin-top: -90px;*/
	margin-top: 0px;
	background-color: #436F9C;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 1;
}
.container-barras{
	position: relative;
}


.linha-barra{
	width: 100%;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

.barra{
	height: 20px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.linha-barra:nth-child(even) .barra{
	background-color: #cfe6ff;	
}

.linha-barra:nth-child(odd) .barra{
	background-color: #f2f8ff;	
}

.linha-barra:nth-child(even) .barra-nome-lab{
	background-color: #cfe6ff;	
}

.linha-barra:nth-child(odd) .barra-nome-lab{
	background-color: #f2f8ff;	
}



.barra-nome-lab{
	width: 30px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	background-color: #cfe6ff;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin-right: 5px;	
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.barra.nada{
	background-color: #436F9C !important;
}


#linha-barra-1{	top: 0px; }
#linha-barra-2{	top: 25px; }
#linha-barra-3{ top: 50px; }
#linha-barra-4{ top: 100px; }
#linha-barra-5{ top: 125px; }
#linha-barra-6{ top: 150px; }
#linha-barra-7{ top: 200px; }
#linha-barra-8{ top: 225px; }
#linha-barra-9{ top: 250px; }
#linha-barra-10{ top: 300px; }
#linha-barra-11{ top: 325px; }
#linha-barra-12{ top: 350px; }
#linha-barra-13{ top: 400px; }
#linha-barra-14{ top: 425px; }
#linha-barra-15{ top: 450px; }

.barra.periodos_1{
	width: 6.9%;
	padding-right: 0px;
}
.barra.periodos_2{
	width: 13.8%;
	padding-right: 5px;
}
.barra.periodos_3{
	width: 20.7%;
	padding-right: 10px;
}
.barra.periodos_4{
	width: 27.6%;
	padding-right: 15px;
}
.barra.periodos_5{
	width: 34.5%;
	padding-right: 20px;
}
.barra.periodos_6{
	width: 41.4%;
	padding-right: 25px;
}
.barra.periodos_7{
	width: 48.3%;
	padding-right: 30px;
}
.barra.periodos_8{
	width: 55.2%;
	padding-right: 35px;
}
.barra.periodos_9{
	width: 62.1%;
	padding-right: 40px;
}
.barra.periodos_10{
	width: 69%;
	padding-right: 45px;
}
.barra.periodos_11{
	width: 75.9%;
	padding-right: 50px;
}
.barra.periodos_12{
	width: 82.8%;
	padding-right: 55px;
}

#ponteiro-horario{
	width: 2px;
	opacity: 0.6;
	background-color: rgba(238, 218, 83, 1);
	height: 130px;
	position: absolute;
	top: 0px;
	left: -100px;
}

#ponteiro-horario .horario{
	display: none;
	position: absolute;
	top: 0px;
	width: 50px;
	margin-left: -25px;
	height: 20px;

	background-color: #436f9c;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	border: 2px solid #eeda53;

	text-align: center;
	color: #eeda53;
	font-weight: bold;
	font-size: 16px;

}

/* Avisos */
.aviso{
	width: 550px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	display: inline-table;
	text-align: center;
	margin-bottom: 5px;
	
}

.aviso a,a:visited,a:active{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.aviso .enfeite{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	width: 50px;
	height: 50px;

	background-color: #eeda53;
	font-size: 35px;
}

.aviso .nivel-1{
	color: #f13737;
}
.aviso .nivel-2{
	color: #f13737;
}
.aviso .nivel-3{
	color: #f13737;
}


.aviso .mensagem{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	padding: 5px;
	text-align: center;
	color: #eaeaea;

	background: repeating-linear-gradient(
		-45deg,
		#2A2A2A,
		#2A2A2A 7px,
		#1F1F1F 7px,
		#1F1F1F 15px
	);
}

#alerta-overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.75);
}

#alerta{
	
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -400px;
	padding: 10px;

	width: 800px;
	background-color: #cfe6ff;
	border: 4px solid #15477c;
	display: block;

	text-align: left;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-family: "Source Code Pro", monospace;
}

#alerta .botao-generico{
	width: 30px;
	margin-top: 30px;
	text-align: center;
}

#ajuda-overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.75);
}

#ajuda{
	
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -400px;
	padding: 10px;

	width: 800px;
	background-color: #cfe6ff;
	border: 4px solid #15477c;
	display: block;

	text-align: left;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-family: "Source Code Pro", monospace;
}

#ajuda .botao-generico{
	width: 30px;
	margin-top: 30px;
	text-align: center;
}

#confirma-overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.75);
}

#confirma{
	
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -300px;
	padding: 10px;

	width: 600px;
	background-color: #cfe6ff;
	border: 4px solid #15477c;
	display: block;

	text-align: left;
	font-size: 16px;
	font-family: monospace;
}

#confirma .botao-generico{
	margin-top: 30px;
	text-align: center;
}

.paragrafo{
	display: inline-block;
	height: 1px;
	width: 30px;
}

#container-datas-selecionadas{
	font-family: monospace;
	color: #436F9C; 
	font-size: 10px;
	display: none;
}


.link-agendamento, .link-agendamento:visited, .link-agendamento:active{
	color: #333;
}

.link-agendamento:hover{
	color: #000;
}

.lista-labs-agendamento li{
	margin-bottom: 4px;
}