@media only screen and (max-width:480px) {
	.calendar_wrap {
		margin: auto;
		width: 95%;
		
	}
}

@media only screen and (min-width:480px) {
	.calendar_wrap {
		float: left;
		width: 50%;
		min-height:310px;
	}
}

.wp-calendar {
    text-align: center !important;
    width: 90%;
}
.wp-calendar caption {
    line-height: 35px;
}

table th {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 4px;
    background-color: #e8e8e8;
    border: 1px solid #c2c2c2;
    text-shadow: 1px 1px 0 #f4f4f4;
    text-align: center !important;
}
table td {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    padding: 4px;
    text-shadow: 1px 1px 0 #ffffff;
}
.inner-container {
	padding: 10px;
    position: absolute;
    width: 150px;
    background-color: #ffffff;
    border: 1px solid rgba(125, 125, 125, 0.5);
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}