#page.portal_prace #accessibility {
      display: none;
    }

    #page.portal_prace #header {
      display: none;
    }

    #page.portal_prace #menu {
      display: none;
    }

    #page.portal_prace #left_column {
      display: none;
    }

    #page.portal_prace #footer {
      display: none;
    }

    #page.portal_prace #prepnout_do_zus {
      display: none;
    }

    #page.portal_prace p#ikony {
      display: none;
    }

    body {
      background: white;
    }

    #page.portal_prace #content {
      width: 100%;
      float: none;
    }

       
   
  @media screen and (max-width: 650px) {
    .portal_prace #content table.seznam td::before {
      position: absolute;
      left: 2%;
      width: 48%;
      font-style: italic;
    }
    .portal_prace #content table.seznam td:nth-child(1)::before {
      content: "Pracovní pozice";
    }
    .portal_prace #content table.seznam td:nth-child(2)::before {
      content: "Obec";
    }
    .portal_prace #content table.seznam td:nth-child(3)::before {
      content: "Zaměstnavatel";
    }
    .portal_prace #content table.seznam td:nth-child(4)::before {
      content: "Přihláška do";
    }
  }
 
 
  body.novy_vzhled .portal_prace #content table.seznam tr:nth-child(even) td {
    background-color: white;
  }

  body.novy_vzhled .portal_prace #content form.editace p textarea {
    width: calc(100% - 100px) !important;
  }

  body.novy_vzhled .portal_prace #content a.smazat.tlacitko,
  body.novy_vzhled .portal_prace #content button.smazat {
    right: 50px;
    position: relative;
  }