.sg_kalendarz {
    text-align: left;
}
.sg_dni_t .sg_dzien_t {
    display: inline-block;
    width: 13%;
}
.sg_dni .sg_dzien {
    display: inline-block;
    width: 13%;
}

.sg_dzien {
    cursor: pointer;
}

.sg_disabled {
    color: #bbb;
    cursor: not-allowed;
}

.sg_poza_sezonem {
    background-color: #aaa;
    color: white;
    cursor: no-drop;
}

.sg_brak_terminow {
    background-color: lightcoral;
    color: black;
    cursor: no-drop;
}

.sg_wybrany {
    background-color: lightblue;
}

.sg_hide {
    display: none;
}

.sg_dni {
	padding-bottom:50px;
}

.sg_wybierz_godzine {
	padding-bottom:40px;
}