  .djtable tr
  {
    display: table-row;
    clear: both;
  }

  .djtable tr td
  {
    display: table-cell;
    vertical-align: top;
  }
  

  .djtable tr.hidden-rows
  {
    display: none;
  }

  label
  {
    cursor: pointer;
  }


  .djtable tr.potize-s-menstruaci td
  {
    padding-left: 20px;
  }

  .djtable tr.vytoky td
  {
    padding-left: 20px;
  }

    .zelene
  {
    color: green;
    font-weight: bold;
  }


  .modre{
    color:#0B0D79;
    font-weight:bold;
  }