
.stormcsvcalendar-wrapper {
	overflow-x:auto;
}

.stormcsvcalendar-wrapper .episode-title {
	font-size:14px;
}

.col-title {
	text-align: center;
}
.dow, .dow td {
	background-color: rgba(220, 220, 220, 0.5) !important;
	font-weight: bold;
	line-height: 17px;
}
.modal-header {
	height: 60px;
	background-color: #06376e;
}
.modal-title {
	color: white;
	font-family: 'Lato', Arial;
	font-size: 15px;
	margin: 3px 0 0 0;
	font-weight: 400;
	text-align: left;
}
.modal-header .close {
    margin-top: -24px;
}
.modal-body {
	font-size: 14px;
	line-height: 20px;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width:inherit;
 	max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
	height:inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events:all;
}


button.close {
	display: block;
	float: right;
	z-index: 2;
	outline: none;
	height: 28px;
	width: 28px;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0.4;
	border-radius: 50%;
	transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
	background-size: 67% !important;
	background-color: white !important;
	font-size: 12px;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
}
button.close:hover {
    transform: rotate(180deg);
    opacity: 0.8;
}
.close {
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
    color: #000;
	text-decoration: none;
	cursor: pointer;
}
table {
	width: 100% !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
tr {
	background-color: white !important;
}
th {
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1)
}
td.timeslots {
	width: 50px;
}
.hour-block {
	height: 60px;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
td:not(.timeslots) {
	min-width: 125px;
	max-width: 145px;
	overflow: hidden;
}
td {
	padding: 5px !important;
	text-align: center;
	vertical-align: top;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.eventbox {
	padding-top: 5px;
	background-color: rgba(220, 220, 220, 0.5) !important;
	border-bottom:1px solid white;
	font-size:14px;
}

a {
	line-height: 100% !important;
}


.stormcsvcalendar-wrapper .col-title > a:hover, .stormcsvcalendar-wrapper .col-title > a:visited {
	text-decoration: none;
}

.eventbox {
  line-height: 15px;
}

.stormcsvcalendar-wrapper .modal-header .close {
	padding:0px;
	margin-top: -10px;
	margin-right: -10px;
}

@media (max-width:1300px) {
	.eventbox {
		font-size:13px;
		letter-spacing: -0.78px;
		padding-top: 2.5px;
		line-height: 9px;
	}
}
