.login-logo img {
    width: 100%;
}

img.admin-preview {
    max-height: 200px;
    max-width: 200px;
}

.votacion{
    max-width: 2.5em;
}

.votaciones {
    padding-top: 0;
    padding-bottom: 0;
}

.orden_participacion.moving, .orden_grupo-categoria.moving {
    -webkit-transform: scale(0.8);
    opacity: 0.4;
}

#papelera {
    height: 30px;
}

.orden_contenedor.orden_jurado.over, #papelera.over {
    border: 2px dashed #000;
}

.orden_contenedor.orden_separador.over {
    height: 30px;
    border: 2px dashed #000;
}

.orden_grupo-categoria {
    margin-bottom: 2px;
    display: block;
    width: fit-content;
}

.orden_separador {
    height:6px;
}

.orden-participacion {
    line-height: 0.8em;
}

.center {
    text-align: center !important;
}

.center * {
    margin: 0 auto;
    text-align: left;
}