
#supershell {
	overflow: hidden;
}


/*div.cal_mobile {
	position: relative;
	width: 95%;
	margin: 2em auto 0 auto;
	padding: 0 20px 0 20px;
}


.cal_mobile h2 {
	font-size: 1.7em;
	margin: 1em 0 1em 0;
	color: #000000;
}


.cal_mobile .eventbox ul {
	padding-left: 0px !important;
}


.cal_mobile .eventbox li .eventarea {
	width: 90% !important;
}*/








/* ------------------------ MOBILE styles ------------------------ */

@media only screen and (max-width: 664px) {


.cal_full {
	display: block !important;
}

table.calendar_lrg table,
table.calendar_lrg thead,
table.calendar_lrg tbody,
table.calendar_lrg tr,
table.calendar_lrg th,
table.calendar_lrg td {
	display: block;
}

table.calendar_lrg tr {
	border: none;
}

table.calendar_lrg td {
	height: auto;
}

table.calendar_lrg td,
table.calendar_lrg th {
	width: auto;
	background-color: transparent;
	font-size: 1.1em;
	line-height: initial;
	color: #333333;
	border-width: 0px;
}

table.calendar_lrg th.day {
	display: none;
}

table.calendar_lrg td.empty {
	display: none;
}

table.calendar_lrg td .date {
	display: none;
}

table.calendar_lrg td .time {
	display: none;
}

table.calendar_lrg td .eventdate {
	display: block;
	font-style: italic;
}


table.calendar_lrg td ul {
	padding: 0 0 0 0;
	margin: 0em 0px 0em 0px;
}

table.calendar_lrg td li {
	padding: 0px 0px 0px 0px;
	margin: 0em 0px 1.5em 0px;
	line-height: initial;
}

table.calendar_lrg td li.link.type111 a {
	background-color: transparent;
}

table.calendar_lrg td li.link.type363 a {
	background-color: transparent;
}




table.calendar_lrg.calendar_ongoing td {
	width: auto;
	font-size: 1.1em;
	line-height: initial;
}

table.calendar_lrg.calendar_ongoing th {
	width: auto;
	padding-bottom: 0px;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	text-transform: none;
	background-color: transparent;
	border-width: 0px;
}

table.calendar_lrg.calendar_ongoing td ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

table.calendar_lrg.calendar_ongoing td li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1.5em 0px;
	line-height: initial;
}


#cal_subscribe table {
	display: table;
}

#cal_subscribe thead {
	display: table-header-group;
}

#cal_subscribe tbody {
	display: table-row-group;
}

#cal_subscribe tr {
	display: table-row;
	border: none;
}

#cal_subscribe th,
#cal_subscribe td,
.cal_subscribe th {
	display: table-cell;
	width: auto;
}


table.cal_subscribe {
	display: block;
}

.cal_subscribe thead,
.cal_subscribe tbody,
.cal_subscribe tr,
.cal_subscribe th,
.cal_subscribe td {
	display: block;
	width: auto;
	background-color: transparent !important;
}

.cal_subscribe tr {
	border: 1px solid #CCC;
}

.cal_subscribe td.link1,
.cal_subscribe td.link2 {
	text-align: left !important;
}


    table.calendar_lrg td ul {
        padding: 5px 8px 5px 8px;
        margin: 0px 0px 0px 0px;
        list-style-type: disc; 
        list-style-position: inside;
    }

    table.calendar_lrg td li {
        padding: 0px 0px 0px 0px;
        margin: 0em 0px 0.5em 2em;
        line-height: initial;
    }

    table.calendar_lrg td .eventdate {
        display: inline;
        font-style: italic;
        margin: 0 0 0 10px;
    }


	/* - - - - modal popups - - - - */

	.modal-text-shell .modal-box {
		width: 90%;
		margin: 100px 5% 0 5%;
	}


}
