/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 12, 2017, 5:35:38 PM
    Author     : jakub
*/

.centrum h3{
    color: #000000;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px
}


.centrum select{
    margin-right: 15px;
}

.centrum .wybrany-zakres{
    padding: 23px 21px;
    display: table;
    width: 100%;
    margin-top: 15px;

    background-color: #ebebeb;
    color: #000000;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 300;
}
.centrum .wybrany-zakres .col{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #acacac;
}
.centrum .wybrany-zakres .col:last-child{
    border-right: none;
}
.centrum .wybrany-zakres span{
    margin-top: -5px;
    display: inline-block;
}
.centrum .wybrany-zakres b{

    display: inline-block;

    color: #000000;
    font-family: Oswald;
    font-size: 20px;
    font-weight: 400;
}
.centrum .checkbox{
    display: table-cell;
}
.centrum .checkbox input[type="checkbox"].rok-checkbox{
    margin-top: 5px;
    margin-right: 10px;
}
.centrum th{
    background-color: #d2d100;
    color: #000000;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 767px) {
.centrum td .checkbox input[type="checkbox"]{
   margin-left: 0px;
}
}