
a:focus, input:focus, texarea:focus, select:focus {
    outline: 2px solid blue;
    z-index: 100000;
}


#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#skip-links ul, #skip-links li {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#skip-links a {
    position: absolute;
    z-index: 130;
    left: -9999px;
    -left: 0;
    top: 4px;
    display: inline-block;
    padding: 20px;
    background: #fff;
    font-size: 16rem;
    font-weight: bold;
    border: 1px solid #000;
    white-space: nowrap;
}
#skip-links a:focus {
    left: 4px;
}


#times {
    display: none;
}

#widzialni {
    font-size: 18rem !important;
    line-height: 18rem;
    font-weight: 900 !important;
    text-align: right;
    margin: auto !important;
    padding-top: 8px !important;
    background: #e1e3e8;    
}

#widzialni ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#widzialni #widzialni-k {
    margin-left: 10px;
}
#widzialni li {
    display: inline-block;
    color: #435470;
    margin: 0;
    padding: 2px 0;
    vertical-align: bottom;
}
#widzialni a {
    display: inline-block;
    padding: 3rem;
    min-width: 20rem;
    height: 25rem;
    color: #000 !important;
    background: #fff;
    color: #000;    
    border: 1px solid black;
    text-align: center;
    text-decoration: none !important;
}

#widzialni-f a {
    border: 1px solid white;
}
#widzialni-k a {
    width: 25rem;
}

a#k-by {
    background: black;
    color: yellow !important;
}
a#k-bw {
    background: black;
    color: white !important;
}
a#k-yb {
    background: yellow;
    color: black !important;
}

#f-normal {
    font-size: 14rem;
    padding-top: 6.5rem !important;
}
#f-plus {
    font-size: 19rem;
    padding-top: 4.5rem !important;
}
#f-plus2 {
    font-size: 22rem;
}

.fontPlus2 #header-buttons a {
    font-size: 11rem;
}
.fontPlus2 #header-top-bar {
    font-size: 15px;
}

.fontPlus .mobile-overflow, .fontPlus2 .mobile-overflow {
    overflow: visible;
}
.fontPlus table.kursy td:last-child div, .fontPlus2 table.kursy td:last-child div {
    white-space: normal;
}

html.kontrast a {
    text-decoration: underline !important;
}


@media (min-width:800.1px) 
{
    #header-main-bar {
        padding-top: 10px;
    }
}
@media (max-width:900px) 
{
  .fontPlus .calendar-content, .fontPlus2 .calendar-content {
    min-width: 900px;
  }    
}


html.fontPlus {
    font-size: 1.15px;
}
html.fontPlus2 {
    font-size: 1.3px;
}
html.fontPlus #header-search input[type="text"] {
    font-size: 16px;
}
html.fontPlus2 #header-search input[type="text"] {
    font-size: 20px;
}
html.fontPlus2 #header-menu {
    font-size: 20px;
}


html.kontrast body::before {
    background: none;
}
html.kontrast-fc-white img {
    /*filter: grayscale(100%);*/
}
html.kontrast #footer {
    background: none;
    border-top: 4px solid;
}

html.kontrast .calendar-content {
    border-width: 0px !important;
}
html.kontrast .calendar .day.outOfMonth > div {
    opacity: 1;
}
html.kontrast .imageButton-box img {
    opacity: 0.5;
}
html.kontrast .imageButton-box span {
    text-shadow: none;
}

html.kontrast-bg-black body, html.kontrast-bg-black body.home {
    background: #000 !important;
}
html.kontrast-bg-yellow body, html.kontrast-bg-yellow body.home {
    background: yellow !important;
}

html.kontrast-fc-black body, html.kontrast-fc-black a, html.kontrast-fc-white a * {
    color: black !important;
}
html.kontrast-fc-yellow body, html.kontrast-fc-yellow a, html.kontrast-fc-white a * {
    color: yellow !important;
}
html.kontrast-fc-white body, html.kontrast-fc-white a, html.kontrast-fc-white a * {
    color: white !important;
}


html.kontrast-fc-black .color4, html.kontrast-fc-black .calendar-month-select div.current {
  color: #000 !important;
  background: #ff0 !important;
}
html.kontrast-fc-yellow .color4, html.kontrast-fc-yellow .calendar-month-select div.current {
  color: #ff0 !important;
  background: #000 !important;
}
html.kontrast-fc-white .color4, html.kontrast-fc-white .calendar-month-select div.current {
  color: #fff !important;
  background: #000 !important;
}
html.kontrast .brak-wydarzen {
    display: none;
}



html.kontrast .home-loga img {
    background: white;
    opacity: 1;
}

html.kontrast :focus {
    outline: 4px dashed red;
    z-index: 100000;
}



html.kontrast-fc-yellow #header-top-bar {
    border-bottom: 1px solid #ff0;
}
html.kontrast-fc-white #header-top-bar {
    border-bottom: 1px solid #fff;
}
html.kontrast-fc-black #header-top-bar {
    border-bottom: 1px solid #000;
}


html.kontrast-fc-yellow #cookie-alert {
    border-top: 1px solid #ff0;
}
html.kontrast-fc-white #cookie-alert {
    border-top: 1px solid #fff;
}
html.kontrast-fc-black #cookie-alert {
    border-top: 1px solid #000;
}


html.kontrast-fc-yellow .btn {
    border-color: #ff0;
    color: #ff0;
    background: #000;
    text-decoration: none !important;
}
html.kontrast-fc-white .btn {
    border-color: #fff;
    color: #fff;
    background: #000;
    text-decoration: none !important;
}
html.kontrast-fc-black .btn {
    border-color: #000;
    color: #000;
    background: #ff0;
    text-decoration: none !important;
}


html.kontrast #sidemenu {
    top: 15px;
}

html.kontrast #banners-dots span {
    width: 25px;
    height: 25px;
    margin: 10px;
    background: #fff;
}
html.kontrast #banners-dots span.active {
    background: #ff0;
}

html.kontrast #banners > .banner > .banner-img > .block-fixer > div > div {
    text-shadow: 0 0 20px #000;
}

html.kontrast #banners-ctrls {
    transform: scale(0.5);
    bottom: 20px;
    left: 50px;
}

html.kontrast .playpause label { 
    border-color: transparent transparent transparent #ff0; 
}













html.kontrast-bg-black #widzialni,html.kontrast-bg-black  #header,html.kontrast-bg-black  #header-top-bar,html.kontrast-bg-black  #header-main-bar,html.kontrast-bg-black  #header-menu,html.kontrast-bg-black  #sidemenu ul li,html.kontrast-bg-black  .boxing-bg-overlay,html.kontrast-bg-black  .home-loga,html.kontrast-bg-black  #footer-bg,html.kontrast-bg-black #cookie-alert,html.kontrast-bg-black  #header-search input[type="text"],html.kontrast-bg-black  #skip-links a,html.kontrast-bg-black  #header-menu a,html.kontrast-bg-black  #header-menu li.header span,html.kontrast-bg-black  #mobile-menu-main a,html.kontrast-bg-black  #mobile-menu-main li.header span,html.kontrast-bg-black  #mobile-menu-side a,html.kontrast-bg-black  #mobile-menu-side li.header span,html.kontrast-bg-black  #header-menu li.header a:hover,html.kontrast-bg-black  #mobile-menu-main li.header a:hover,html.kontrast-bg-black  #mobile-menu-side li.header a:hover,html.kontrast-bg-black  #sidemenu ul li a:hover,html.kontrast-bg-black  #sidemenu ul li.img a,html.kontrast-bg-black  #sidemenu ul li.img span,html.kontrast-bg-black  .news-item > :first-child,html.kontrast-bg-black  .pagination-left > span,html.kontrast-bg-black  #newsModule-boxes .item,html.kontrast-bg-black  #header-banner,html.kontrast-bg-black  #banners,html.kontrast-bg-black  .inpt,html.kontrast-bg-black  #mobile-menu,html.kontrast-bg-black  .table1,html.kontrast-bg-black  .table1 th,html.kontrast-bg-black  .table1 td,html.kontrast-bg-black  .datepick-month td .datepick-other-month,html.kontrast-bg-black  .datepick-month a,html.kontrast-bg-black  .datepick-month-header,html.kontrast-bg-black  .datepick-month-header select,html.kontrast-bg-black  .datepick-month-header input,html.kontrast-bg-black  .datepick-nav,html.kontrast-bg-black  .datepick-ctrl,html.kontrast-bg-black  table.kursy,html.kontrast-bg-black  table.kursy th,html.kontrast-bg-black  table.kursy th.table-sortable-asc,html.kontrast-bg-black  table.kursy th.table-sortable-desc,html.kontrast-bg-black  table.kursy tr:nth-child(2n+1) td,html.kontrast-bg-black  table.kursy tr:nth-child(2n) td,html.kontrast-bg-black  .tooltipster-sidetip .tooltipster-box,html.kontrast-bg-black  .tooltipster-sidetip .tooltipster-content,html.kontrast-bg-black  .tooltipster-follower .tooltipster-box,html.kontrast-bg-black  .tooltipster-follower .tooltipster-content,html.kontrast-bg-black  .calendar-loading,html.kontrast-bg-black  .calendar,html.kontrast-bg-black  .calendar .day,html.kontrast-bg-black  .calendar .day.currentDay,html.kontrast-bg-black  .calendar-month-select,html.kontrast-bg-black  .form .inpt,html.kontrast-bg-black  .Calendar_Module_Block2 .more,html.kontrast-bg-black  .Calendar_Module_Block2 .less,html.kontrast-bg-black  .calendar-prev-next span  { background: #000 } 

html.kontrast-bg-yellow #widzialni,html.kontrast-bg-yellow  #header,html.kontrast-bg-yellow  #header-top-bar,html.kontrast-bg-yellow  #header-main-bar,html.kontrast-bg-yellow  #header-menu,html.kontrast-bg-yellow  #sidemenu ul li,html.kontrast-bg-yellow  .boxing-bg-overlay,html.kontrast-bg-yellow  .home-loga,html.kontrast-bg-yellow  #footer-bg,html.kontrast-bg-yellow #cookie-alert,html.kontrast-bg-yellow  #header-search input[type="text"],html.kontrast-bg-yellow  #skip-links a,html.kontrast-bg-yellow  #header-menu a,html.kontrast-bg-yellow  #header-menu li.header span,html.kontrast-bg-yellow  #mobile-menu-main a,html.kontrast-bg-yellow  #mobile-menu-main li.header span,html.kontrast-bg-yellow  #mobile-menu-side a,html.kontrast-bg-yellow  #mobile-menu-side li.header span,html.kontrast-bg-yellow  #header-menu li.header a:hover,html.kontrast-bg-yellow  #mobile-menu-main li.header a:hover,html.kontrast-bg-yellow  #mobile-menu-side li.header a:hover,html.kontrast-bg-yellow  #sidemenu ul li a:hover,html.kontrast-bg-yellow  #sidemenu ul li.img a,html.kontrast-bg-yellow  #sidemenu ul li.img span,html.kontrast-bg-yellow  .news-item > :first-child,html.kontrast-bg-yellow  .pagination-left > span,html.kontrast-bg-yellow  #newsModule-boxes .item,html.kontrast-bg-yellow  #header-banner,html.kontrast-bg-yellow  #banners,html.kontrast-bg-yellow  .inpt,html.kontrast-bg-yellow  #mobile-menu,html.kontrast-bg-yellow  .table1,html.kontrast-bg-yellow  .table1 th,html.kontrast-bg-yellow  .table1 td,html.kontrast-bg-yellow  .datepick-month td .datepick-other-month,html.kontrast-bg-yellow  .datepick-month a,html.kontrast-bg-yellow  .datepick-month-header,html.kontrast-bg-yellow  .datepick-month-header select,html.kontrast-bg-yellow  .datepick-month-header input,html.kontrast-bg-yellow  .datepick-nav,html.kontrast-bg-yellow  .datepick-ctrl,html.kontrast-bg-yellow  table.kursy,html.kontrast-bg-yellow  table.kursy th,html.kontrast-bg-yellow  table.kursy th.table-sortable-asc,html.kontrast-bg-yellow  table.kursy th.table-sortable-desc,html.kontrast-bg-yellow  table.kursy tr:nth-child(2n+1) td,html.kontrast-bg-yellow  table.kursy tr:nth-child(2n) td,html.kontrast-bg-yellow  .tooltipster-sidetip .tooltipster-box,html.kontrast-bg-yellow  .tooltipster-sidetip .tooltipster-content,html.kontrast-bg-yellow  .tooltipster-follower .tooltipster-box,html.kontrast-bg-yellow  .tooltipster-follower .tooltipster-content,html.kontrast-bg-yellow  .calendar-loading,html.kontrast-bg-yellow  .calendar,html.kontrast-bg-yellow  .calendar .day,html.kontrast-bg-yellow  .calendar .day.currentDay,html.kontrast-bg-yellow  .calendar-month-select,html.kontrast-bg-yellow  .form .inpt,html.kontrast-bg-yellow  .Calendar_Module_Block2 .more,html.kontrast-bg-yellow  .Calendar_Module_Block2 .less,html.kontrast-bg-yellow  .calendar-prev-next span  { background: #ff0 } 

html.kontrast-fc-black #widzialni,html.kontrast-fc-black  #header-top-bar,html.kontrast-fc-black  #header-main-bar,html.kontrast-fc-black  #header-menu,html.kontrast-fc-black  #sidemenu ul li,html.kontrast-fc-black  .boxing-bg-overlay,html.kontrast-fc-black  .home-loga,html.kontrast-fc-black  #footer,html.kontrast-fc-black  #footer-bg,html.kontrast-fc-black #cookie-alert,html.kontrast-fc-black  h1,html.kontrast-fc-black  h2,html.kontrast-fc-black  h3,html.kontrast-fc-black  h4,html.kontrast-fc-black  h5,html.kontrast-fc-black  h6,html.kontrast-fc-black  #skip-links a,html.kontrast-fc-black #header-top-bar span:not(:last-child),html.kontrast-fc-black  #header-search input[type="text"],html.kontrast-fc-black  #header-menu li,html.kontrast-fc-black  #mobile-menu-main li,html.kontrast-fc-black  #mobile-menu-side li,html.kontrast-fc-black  .table1,html.kontrast-fc-black  .table1 th,html.kontrast-fc-black  .table1 td,html.kontrast-fc-black  #header-menu a,html.kontrast-fc-black  #header-menu li.header span,html.kontrast-fc-black  #mobile-menu-main a,html.kontrast-fc-black  #mobile-menu-main li.header span,html.kontrast-fc-black  #mobile-menu-side a,html.kontrast-fc-black  #mobile-menu-side li.header span,html.kontrast-fc-black  #sidemenu ul li a,html.kontrast-fc-black  .calendar-years,html.kontrast-fc-black  .calendar-years span:first-child,html.kontrast-fc-black  .calendar-years span:last-child,html.kontrast-fc-black  .form .inpt,html.kontrast-fc-black  #footer,html.kontrast-fc-black  #footer li.header,html.kontrast-fc-black  .Calendar_Module_Block2 .more,html.kontrast-fc-black  .Calendar_Module_Block2 .less,html.kontrast-fc-black  .calendar .day,html.kontrast-fc-black  #newsModule-boxes .item,html.kontrast-fc-black  #home-info big,html.kontrast-fc-black  .imageButton-box a span,html.kontrast-fc-black  #banners > .banner > .banner-img > .block-fixer > div,html.kontrast-fc-black  .flex-2-cols,html.kontrast-fc-black  .tooltipster-sidetip .tooltipster-box,html.kontrast-fc-black  .tooltipster-sidetip .tooltipster-content,html.kontrast-fc-black  .tooltipster-follower .tooltipster-box,html.kontrast-fc-black  .tooltipster-follower .tooltipster-content,html.kontrast-fc-black  #logowanie-rejestracja > div,html.kontrast-fc-black  .box1,html.kontrast-fc-black  .inpt,html.kontrast-fc-black  #banners,html.kontrast-fc-black  #logowanie-message,html.kontrast-fc-black  .datepick-month-header,html.kontrast-fc-black  .datepick-month-header select,html.kontrast-fc-black  .datepick-month-header input,html.kontrast-fc-black  table.kursy,html.kontrast-fc-black  table.kursy th,html.kontrast-fc-black  table.kursy th.table-sortable-asc,html.kontrast-fc-black  table.kursy th.table-sortable-desc,html.kontrast-fc-black  table.kursy tr:nth-child(2n+1) td,html.kontrast-fc-black  table.kursy tr:nth-child(2n) td,html.kontrast-fc-black  .kurs > tbody > tr > th,html.kontrast-fc-black  .kurs > tbody > tr > td,html.kontrast-fc-black  .kursy-szukaj,html.kontrast-fc-black  .printer,html.kontrast-fc-black  .color1,html.kontrast-fc-black  .color2,html.kontrast-fc-black  .color3,html.kontrast-fc-black  #home-info td,html.kontrast-fc-black  .calendar-month-select,html.kontrast-fc-black  .linksboxes,html.kontrast-fc-black  .linksboxes li,html.kontrast-fc-black  .calendar-index:hover,html.kontrast-fc-black  .calendar-prev-next span { color: #000 !important; border-color: #000; } 

html.kontrast-fc-yellow #widzialni,html.kontrast-fc-yellow  #header-top-bar,html.kontrast-fc-yellow  #header-main-bar,html.kontrast-fc-yellow  #header-menu,html.kontrast-fc-yellow  #sidemenu ul li,html.kontrast-fc-yellow  .boxing-bg-overlay,html.kontrast-fc-yellow  .home-loga,html.kontrast-fc-yellow  #footer,html.kontrast-fc-yellow  #footer-bg,html.kontrast-fc-yellow #cookie-alert,html.kontrast-fc-yellow  h1,html.kontrast-fc-yellow  h2,html.kontrast-fc-yellow  h3,html.kontrast-fc-yellow  h4,html.kontrast-fc-yellow  h5,html.kontrast-fc-yellow  h6,html.kontrast-fc-yellow  #skip-links a,html.kontrast-fc-yellow #header-top-bar span:not(:last-child),html.kontrast-fc-yellow  #header-search input[type="text"],html.kontrast-fc-yellow  #header-menu li,html.kontrast-fc-yellow  #mobile-menu-main li,html.kontrast-fc-yellow  #mobile-menu-side li,html.kontrast-fc-yellow  .table1,html.kontrast-fc-yellow  .table1 th,html.kontrast-fc-yellow  .table1 td,html.kontrast-fc-yellow  #header-menu a,html.kontrast-fc-yellow  #header-menu li.header span,html.kontrast-fc-yellow  #mobile-menu-main a,html.kontrast-fc-yellow  #mobile-menu-main li.header span,html.kontrast-fc-yellow  #mobile-menu-side a,html.kontrast-fc-yellow  #mobile-menu-side li.header span,html.kontrast-fc-yellow  #sidemenu ul li a,html.kontrast-fc-yellow  .calendar-years,html.kontrast-fc-yellow  .calendar-years span:first-child,html.kontrast-fc-yellow  .calendar-years span:last-child,html.kontrast-fc-yellow  .form .inpt,html.kontrast-fc-yellow  #footer,html.kontrast-fc-yellow  #footer li.header,html.kontrast-fc-yellow  .Calendar_Module_Block2 .more,html.kontrast-fc-yellow  .Calendar_Module_Block2 .less,html.kontrast-fc-yellow  .calendar .day,html.kontrast-fc-yellow  #newsModule-boxes .item,html.kontrast-fc-yellow  #home-info big,html.kontrast-fc-yellow  .imageButton-box a span,html.kontrast-fc-yellow  #banners > .banner > .banner-img > .block-fixer > div,html.kontrast-fc-yellow  .flex-2-cols,html.kontrast-fc-yellow  .tooltipster-sidetip .tooltipster-box,html.kontrast-fc-yellow  .tooltipster-sidetip .tooltipster-content,html.kontrast-fc-yellow  .tooltipster-follower .tooltipster-box,html.kontrast-fc-yellow  .tooltipster-follower .tooltipster-content,html.kontrast-fc-yellow  #logowanie-rejestracja > div,html.kontrast-fc-yellow  .box1,html.kontrast-fc-yellow  .inpt,html.kontrast-fc-yellow  #banners,html.kontrast-fc-yellow  #logowanie-message,html.kontrast-fc-yellow  .datepick-month-header,html.kontrast-fc-yellow  .datepick-month-header select,html.kontrast-fc-yellow  .datepick-month-header input,html.kontrast-fc-yellow  table.kursy,html.kontrast-fc-yellow  table.kursy th,html.kontrast-fc-yellow  table.kursy th.table-sortable-asc,html.kontrast-fc-yellow  table.kursy th.table-sortable-desc,html.kontrast-fc-yellow  table.kursy tr:nth-child(2n+1) td,html.kontrast-fc-yellow  table.kursy tr:nth-child(2n) td,html.kontrast-fc-yellow  .kurs > tbody > tr > th,html.kontrast-fc-yellow  .kurs > tbody > tr > td,html.kontrast-fc-yellow  .kursy-szukaj,html.kontrast-fc-yellow  .printer,html.kontrast-fc-yellow  .color1,html.kontrast-fc-yellow  .color2,html.kontrast-fc-yellow  .color3,html.kontrast-fc-yellow  #home-info td,html.kontrast-fc-yellow  .calendar-month-select,html.kontrast-fc-yellow  .linksboxes,html.kontrast-fc-yellow  .linksboxes li,html.kontrast-fc-yellow  .calendar-index:hover,html.kontrast-fc-yellow  .calendar-prev-next span { color: #ff0 !important; border-color: #ff0; } 

html.kontrast-fc-white #widzialni,html.kontrast-fc-white  #header-top-bar,html.kontrast-fc-white  #header-main-bar,html.kontrast-fc-white  #header-menu,html.kontrast-fc-white  #sidemenu ul li,html.kontrast-fc-white  .boxing-bg-overlay,html.kontrast-fc-white  .home-loga,html.kontrast-fc-white  #footer,html.kontrast-fc-white  #footer-bg,html.kontrast-fc-white #cookie-alert,html.kontrast-fc-white  h1,html.kontrast-fc-white  h2,html.kontrast-fc-white  h3,html.kontrast-fc-white  h4,html.kontrast-fc-white  h5,html.kontrast-fc-white  h6,html.kontrast-fc-white  #skip-links a,html.kontrast-fc-white #header-top-bar span:not(:last-child),html.kontrast-fc-white  #header-search input[type="text"],html.kontrast-fc-white  #header-menu li,html.kontrast-fc-white  #mobile-menu-main li,html.kontrast-fc-white  #mobile-menu-side li,html.kontrast-fc-white  .table1,html.kontrast-fc-white  .table1 th,html.kontrast-fc-white  .table1 td,html.kontrast-fc-white  #header-menu a,html.kontrast-fc-white  #header-menu li.header span,html.kontrast-fc-white  #mobile-menu-main a,html.kontrast-fc-white  #mobile-menu-main li.header span,html.kontrast-fc-white  #mobile-menu-side a,html.kontrast-fc-white  #mobile-menu-side li.header span,html.kontrast-fc-white  #sidemenu ul li a,html.kontrast-fc-white  .calendar-years,html.kontrast-fc-white  .calendar-years span:first-child,html.kontrast-fc-white  .calendar-years span:last-child,html.kontrast-fc-white  .form .inpt,html.kontrast-fc-white  #footer,html.kontrast-fc-white  #footer li.header,html.kontrast-fc-white  .Calendar_Module_Block2 .more,html.kontrast-fc-white  .Calendar_Module_Block2 .less,html.kontrast-fc-white  .calendar .day,html.kontrast-fc-white  #newsModule-boxes .item,html.kontrast-fc-white  #home-info big,html.kontrast-fc-white  .imageButton-box a span,html.kontrast-fc-white  #banners > .banner > .banner-img > .block-fixer > div,html.kontrast-fc-white  .flex-2-cols,html.kontrast-fc-white  .tooltipster-sidetip .tooltipster-box,html.kontrast-fc-white  .tooltipster-sidetip .tooltipster-content,html.kontrast-fc-white  .tooltipster-follower .tooltipster-box,html.kontrast-fc-white  .tooltipster-follower .tooltipster-content,html.kontrast-fc-white  #logowanie-rejestracja > div,html.kontrast-fc-white  .box1,html.kontrast-fc-white  .inpt,html.kontrast-fc-white  #banners,html.kontrast-fc-white  #logowanie-message,html.kontrast-fc-white  .datepick-month-header,html.kontrast-fc-white  .datepick-month-header select,html.kontrast-fc-white  .datepick-month-header input,html.kontrast-fc-white  table.kursy,html.kontrast-fc-white  table.kursy th,html.kontrast-fc-white  table.kursy th.table-sortable-asc,html.kontrast-fc-white  table.kursy th.table-sortable-desc,html.kontrast-fc-white  table.kursy tr:nth-child(2n+1) td,html.kontrast-fc-white  table.kursy tr:nth-child(2n) td,html.kontrast-fc-white  .kurs > tbody > tr > th,html.kontrast-fc-white  .kurs > tbody > tr > td,html.kontrast-fc-white  .kursy-szukaj,html.kontrast-fc-white  .printer,html.kontrast-fc-white  .color1,html.kontrast-fc-white  .color2,html.kontrast-fc-white  .color3,html.kontrast-fc-white  #home-info td,html.kontrast-fc-white  .calendar-month-select,html.kontrast-fc-white  .linksboxes,html.kontrast-fc-white  .linksboxes li,html.kontrast-fc-white  .calendar-index:hover,html.kontrast-fc-white  .calendar-prev-next span { color: #fff !important; border-color: #fff; } 

