#kalendarz-widget-responsive, #kalendarz-widget-shortcode {
    width: 100% !important;
}
.ui-datepicker {
    width: 100% !important;
}

.ui-datapicker table {
    width: 100% !important;
    text-align: center !important;
}
.ui-datepicker th, .ui-datepicker td {
    text-align: center !important;
}

.ui-datepicker td a { text-align:center !important; }

.ui-datepicker .highlight a {
    background-color: #791b1b !important;
    color: white !important;
	text-align:center !important;
    border-radius: 50% !important;
}

.modal-wydarzenie {
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background:rgba(0,0,0,0.5);
}
.modal-content {
    background-color:#fff;
    margin:10% auto;
    padding:20px;
    width:90%;
    max-width:500px;
    border-radius:8px;
    position:relative;
}
.modal-close {
    position:absolute;
    top:10px;
    right:15px;
    font-size:24px;
    cursor:pointer;
}