/* SOBREESCRIBIR ESTILOS DE BOOTSTRAP */
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label
{
    padding-bottom: 5px;
}
.alert {
    position: relative;
}
.alert > .debug{
    content: "Depuración";
    position: absolute;
    border: 1px solid red;
    background-color: #faebcc;
    color: red;    
    font-size: 10px;
    left: 10px;
    top: 0;
    border-top: none;
    padding: 0 5px;
    border-radius: 0 0 5px 5px;
}

/* Anular el estilo hidden, ya que afecta a Wordpress */
/* Un sitio donde afecta es al botón "Opciones de Pantalla" que hay en cada edición de un post o una página en el back-end (arriba a la derecha)"*/


.show {
    display: block!important;
    visibility: visible!important;
}
/*
#screen-meta .hidden {
    display: block!important;
    visibility: visible!important;
}
*/
