/*------------------------------------------ CALENDAR ------------------------------------------*/

.popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;	
}
 
.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    display: inline-block;
    border-radius:4px;
    background-color:#e7e7e7;
    box-shadow: 0 2px 5px #555555;
}
 
.content-popup a {
    text-align: left;    
}
 
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #111111;
    cursor: pointer;
    opacity: 0.7;
}

.widget .calendar_wrap td a {
	color: #000;
}