.block {
  display:block;
}
/*  style ustawiane z usług  */
.fontNormal {
  font-weight: normal !important;
  font-size: 16px;
}
.fontBold {
  font-weight: bold !important;
}
.fontItalic {
  font-style: italic !important;
}
.fontLeft {
  text-align: left !important;
}
.fontRight {
  text-align: right !important;
}
.fontCenter {
  text-align: center !important;
}
.fontTop {
  vertical-align: top;
}
.fontBottom {
  vertical-align: bottom;
}
.fontRed {
  color:red;
}
.fontBordo {
  color:#990000;
}
.fontBlue {
  color:#0066CC;
}
.fontGreen {
  color:#009933;
}
.fontOrange {
  color:#FF6600;
}
.fontGrey {
  color:#999999;
  font-size: 16px;
}
th.fontNormal div span span {
  font-weight: normal !important;
  font-size: 16px;
}
th.fontBold div span span {
  font-weight: bold !important;
}
th.fontItalic div span span {
  font-style: italic !important;
}
th.fontLeft div span span {
  text-align: left !important;
}
th.fontRight div span span {
  text-align: right !important;
}
th.fontCenter div span span {
  text-align: center !important;
}
th.fontTop div span span {
  vertical-align: top;
}
th.fontBottom div span span {
  vertical-align: bottom;
}
th.fontRed div span span {
  color:red;
}
th.fontBordo div span span {
  color:#990000;
}
th.fontBlue div span span {
  color:#0066CC;
}
th.fontGreen div span span {
  color:#009933;
}
th.fontOrange div span span {
  color:#FF6600;
}
th.fontGrey div span span {
  color:#999999;
}
