body {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2em;
    /* text-align: center; */
}

#about {
	color: gray;
	font-size: 0.9em;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #797979;
}

h1 {
    padding-left: 0;
    font-size: 1.4em;
}

h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

.filtro {
    display: none;
    padding: 1em;
    font-size: 0.9em;
}

.filtro.active {
    display: block;
}

.login {
    text-align: center;
    padding-top: 2em;
}

label {
    display: block;
    font-size: 0.9em;
}

button { 
    padding: 10px 20px; 
    background: #4CAF50; 
    color: white; 
    border: none; 
    cursor: pointer; 
}
button:hover { 
    background: #5ac05d; 
}
button.loading {
    display: none !important;
}

#txt_pass {
    margin: 0.5em 0 1em;
    font-size: 1.5em;
}

fieldset {
    margin-bottom: 2em;
    width: 50%;
}

.un_momento {
    display: none;
    color: #4CAF50; 
    font-size: 1.3em;
}
.un_momento.loading {
    display: block;
}
.un_momento span {
    font-size: 0.7em;
    color: #555353;
    display: inline-block;
    margin-left: 0.4em;
    position: relative;
    bottom: 3px;
}

#resultado {
    border: 1px solid #c9c9c9;
    padding: 0 1em 1em 1em;
    margin-top: 1em;
    width: 50%;
    visibility: hidden;
}
#resultado.visible {
    visibility: visible;
}

#resultado ul {
    list-style: none;
    padding-left: 0;
}

#resultado ul li {
    font-weight: bold;
}

#resultado ul li span {
    font-weight: normal;
}

#resultado ul li ul {
    list-style: circle;
    padding-left: 2em;
    display: none;
}
#resultado ul li ul.expand {
    display: block;
}
#resultado ul li ul li {
    font-weight: normal;
}

#descargando {
    margin-bottom: 1em;
}

.expander {
    color: #3b7e3e;
    margin-left: 0.5em;
    font-weight: normal;
    font-size: 14px;
}

#btn_cancelar {
    background: #cb1313;
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
}
#btn_cancelar:hover {
    background: #cc3232;
}