/* CSS Document */

.lvws_calendar_right {
	width: 30%;
	overflow: hidden;
	float: right;
	background: #CCCCCC;
	padding: 1% 0 1% 1%;;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #333;
	text-align:center;
}
.lvws_calendar_left {
	width:68%;
	overflow: hidden;
	float: left;
}

.lvws_calendar_left img {
	box-shadow: none;
}

.ai1ec-event-details {
	box-shadow: 2px 2px 2px #333;
	padding: 5px;
	margin: 5px;
}

.widget_lvwscalendar_widget {
	padding:3px;
	margin:3px;
	box-shadow:2px 2px 2px #333;
	border:#cecece 1px solid;
	border-radius:3px;
}
.widget_lvwscalendar_widget .pdataheader {
	color:#990000;
	font-weight: bold;
}
.widget_lvwscalendar_widget img {
	box-shadow: none;
}

@media (max-width: 643px) {
	.lvws_calendar_right {
		float:none;
		width: 99%;
		text-align: left;
		margin-bottom:10px;
		background: none;
	}
	.lvws_calendar_left {
		float: none;
		width: 100%;
	}
}