img
{
  padding: 10px;
}


#lectortable
{
  table-layout: fixed;
}

#lectortable *.lectors
{
   width: 120px;
}

#lectortable *.title
{
  width: 60px;
}


#lectortable *.text
{
  width: auto;
  min-width: 200px;
  max-width: 500px;
}


/** TIME TABLE ******/
#timetab
{
  margin: 0px auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px;
}

#timetab th, #timetab td
{
  border: 1px solid #404040;
  margin: 0px;
  text-align: center;
}

#timetab th
{
  border-bottom: 1px duble #404040;
  font-weight: bold;
  color: #404040;
  padding: 0px;
}

#timetab tr.lime
{
  color: lime;
}

#timetab col.txt_sfday, #timetab col.txt_stday
{
  width: 20px;
}

#timetab col.txt_sfdate, #timetab col.txt_stdate
{
  width: 65px;
}

#timetab col.txt_sftime, #timetab col.txt_sttime
{
  width: 35px;
}

#timetab col.locality,
#timetab td.locality
{
  width: 300px;
  text-align: left;
}


tr.ftime
{
  background-color: black;
  color: aqua;
}

p.title
{
  font-weight: bold;
  text-align: center;
}

