div.react-grid-item section.panel-container div.panel-title h2 {
    /* font titulku panela */
    /* font-size: 1.5rem; */
    font-size: 1.25rem;
}

/* @media (max-width: 768px) { */
    div.panel-title h2 {
        white-space: pre-line; /* toto zasahuje do kontajnera pluginu */
        text-align: center;
        text-align: -webkit-center;
        overflow: auto;
        text-overflow: unset;
      }
/*}*/
  
  
/* mdj_menu */
div.mdj_menu {
    background-color:#ffffff00;
    display: flex;
    flex-direction: row;
    gap: 1.5em;
    width: 100%;
    align-items: center;
}

@media (max-width: 768px) {
    div.mdj_menu {
      display: flex;
      flex-direction: column;
    }
}

div.mdj_menu span.org-title {
    font-size: 2rem;
    font-weight: bold;
}


/* pre multiline message v  alert-success, ... , ked su riadky oddelene znakom \n */
div[role="alert"] {
    white-space: pre-line;
}
  