@media only screen and (max-width: 767px) {

/*meist -> volikogu && meist -> juhatus*/
  .council td:nth-of-type(1):before { content: "Nimi"; }
  .council td:nth-of-type(2):before { content: "Haruliit"; }
  .council td:nth-of-type(3):before { content: "Telefon"; }
  .council td:nth-of-type(4):before { content: "E-post"; }

/*meist -> meie inimesed*/
  .our-people td:nth-of-type(1):before { content: "Nimi"; }
  .our-people td:nth-of-type(2):before { content: "Telefon"; }
  .our-people td:nth-of-type(3):before { content: "E-post"; }

/*mõju/teemad -> eelnõud*/
  .drafts td:nth-of-type(1):before { content: "Pealkiri"; }
  .drafts td:nth-of-type(2):before { content: "Aadress"; }
  .drafts td:nth-of-type(3):before { content: "Tähtaeg"; }
  .drafts td:nth-of-type(4):before { content: "Staatus"; }
  .drafts td:nth-of-type(5):before { content: "Lisatud"; }


/*mõju/teemad -> sõlmitud kokkulepped*/
  .collective_agreements td:nth-of-type(1):before { content: "Lepingu nr"; }
  .collective_agreements td:nth-of-type(2):before { content: "Nimi"; }
  .collective_agreements td:nth-of-type(3):before { content: "kollektiivleping"; }
  .collective_agreements td:nth-of-type(4):before { content: "Algse lepingu jõustumise kuupäev"; }
  .collective_agreements td:nth-of-type(5):before { content: "riigitasand"; }
  .collective_agreements td:nth-of-type(6):before { content: "tähtajaline"; }
  .collective_agreements td:nth-of-type(7):before { content: "Sõlmimise kuupäev"; }
  .collective_agreements td:nth-of-type(8):before { content: "Kehtivuse lõppemine"; }
  .collective_agreements td:nth-of-type(9):before { content: "Lepinguga hõlmatud inimesi"; }

/*uudised ->üritused*/
  .events td:nth-of-type(1):before { content: "Nimi"; }
  .events td:nth-of-type(2):before { content: "Alguskuupäev"; }
  .events td:nth-of-type(3):before { content: "Lõppkuupäev"; }
  .events td:nth-of-type(4):before { content: "Asukoht"; }

/*uudised -> koolitused*/
  .events td:nth-of-type(1):before { content: "Nimi"; }
  .events td:nth-of-type(2):before { content: "Alguskuupäev"; }
  .events td:nth-of-type(3):before { content: "Lõppkuupäev"; }
  .events td:nth-of-type(4):before { content: "Asukoht"; }
  .events td:nth-of-type(5):before { content: "Registreerimistähtaeg"; }

}
