.ws-mini-cal {
	background-color: #f2f2f2;
	max-width: 400px;
}
.ws-mini-cal table {
	width: 100%;
	border-collapse: separate;
	border-spacing: .2em;
}
.ws-mini-cal caption {
	caption-side: top;
	padding: 0;
}
.ws-mini-cal caption > div {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	padding: .4em;
	background-color: #e6e6e6;
}
.ws-mini-cal caption > div a {
	text-decoration: none;
	color: #0080ff;
}
.ws-mini-cal thead th {
	border-bottom: 1px solid #d9d9d9;
}
.ws-mini-cal th {
	text-align: center;
	text-transform: uppercase;
	padding: .1em .2em;
	font-size: .6em;
	width: 14.2857%;
}
.ws-mini-cal td {
	text-align: center;
	padding: .4em .2em;
	border-radius: .2em;
}
.ws-mini-cal .events {
	background-color: #0080ff;
	color: white;
	cursor: pointer;
}
.ws-mini-cal .events.selected {
	background-color: #cce6ff;
	border-radius: .2em .2em 0 0;
	position: relative;
	color: black;
}
.ws-mini-cal .events.selected::after {
	content: "";
	display: block;
	background-color: #cce6ff;
	height: .2em;
	width: 100%;
	position: absolute;
	bottom: -.2em;
	left: 0;
}
.ws-mini-cal .event-details {
	display: none;
}
.ws-mini-cal .event-details td {
	background-color: #cce6ff;
	text-align: left;
}
.ws-mini-cal .event-details ul {
	padding-left: 1.2em;
	line-height: 1.3;
}
.ws-mini-cal .off {
	color: #bfbfbf;
}
.ws-mini-cal .event-details {
	max-width: 500px !important;
}
.ws-mini-cal .event-details h3 {
	margin: 0;
}
.ws-mini-cal .event-details h3 small {
	display: block;
}
.ws-mini-cal .event-details .time {
	margin-top: 0;
	font-style: italic;
}
div.ccm-block-calendar-event-dialog-details {
    position: relative;
    width: auto;
    max-width: 1000px;
	max-height: 90vh;
	overflow-y: auto;
    background: #FFF;
    margin: 20px auto;
    padding: 20px;
}
div.ccm-block-calendar-event-dialog-details h3 {
    margin-top: 0;
}
div.ccm-block-calendar-dialog-event-time {
    font-weight: bold;
    margin-bottom: 5px;
}