.modal{
  max-width: 600px;
}
.lecturers{
  table-layout: fixed;
}
.lecturers td{
  width: 152.5px;
  cursor: pointer;
}
.lecturers p{
  margin-top: 5px;
  font-weight: bold;
}
body{
  -webkit-background-size: cover;
          background-size: cover;
}

/*roszerzanie strony do 1200px*/
.additionalHeader{
  width: 1200px;
}
#Content{
  width: 1200px;
}
.menu{
  width: 1200px;
}
.mainColumn{
  width: 810px;
}
#PoweredBySyskonf{
  width: 1200px;
}
.programme{
  width: 100%;
}
.lecturers{
  width: 100%;
}
.registrationForm{
  margin-top: 0;
  margin-left: 99px;
}
/*koniec roszerzania strony do 1200px*/

#PoweredBySyskonf { background: #9f111b; }