<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Added by gotoAndPlay 12.06.2015 */
input[type='password']{
    padding: 3px;
    background-color: #e6e6e6;
    border: none;
}

.mobOnly {
	display: none;
}

#content {
	table-layout: fixed;
}

#sidebar-right .widget-login {
	background: #3cb4e6;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	position: relative;
}
#sidebar-right .widget-login input[type=text], #sidebar-right .widget-login input[type=password]{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	margin-bottom: 10px;
}
#sidebar-right .widget-login input[type=text].error, #sidebar-right .widget-login input[type=password].error {
	border-bottom: 1px solid red;
}
#sidebar-right .widget-login input[type=submit]{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
#sidebar-right .widget-login p.login-error {
	font-size: 11px;
	color: red;
	margin-top: -10px;
	margin-bottom: 0;
}

#sidebar-right .widget-login .register-link, 
#sidebar-right .widget-login .reset-link, 
#sidebar-right .widget-login .login-link, 
#sidebar-right .widget-login .logout2-link {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-top: 4px;
}

#sidebar-right .widget-login .register-link:hover, #sidebar-right .widget-login .login-link:hover, #sidebar-right .widget-login .logout2-link:hover {
	/*text-decoration: underline;*/
}

#sidebar-right .widget-login p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}

#sidebar-right .widget-login .logged-in p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}
#sidebar-right .widget-login .logged-in .logout-link {
	position: absolute;
	top: 20px;
	right: 25px;
}
#sidebar-right .widget-login .logged-in .logout-link svg {
	fill: #fff;
}

#sidebar-right .widget-login .logged-in ul {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

#sidebar-right .widget-login .logged-in ul a {
	color: #fff;
}

#sidebar-right .widget-login .logged-in ul a:hover {
	/* text-decoration: underline; */
}

#sidebar-right .widget-login .logged-in ul li.current a {
	font-weight: 700;
	/* text-decoration: underline; */
}

#mobile_login {
	text-align: left;
}

#mobile_login p,
#mobile_login input {
	padding: 10px 20px;
}

#mobile_login input {
	margin: 5px 20px;
	width: 160px;
}

#mobile_login input[type=submit] {
	width: 200px;
}

#mobile_login .widget-login li {
	display: inline-block;
	text-align: left;
}

#mobile_login .widget-login li a {
	font-size: 14px;
}

#mobile_login .widget-login .register-link,
#mobile_login .widget-login .login-link,
#mobile_login .widget-login .logout2-link,
#mobile_login .widget-login .reset-link
 {
	padding: 7px !important;
	color: #000 !important;
	background-color: #fff;
}

.event-meta {
	font-size: 20px;
	color: #3cb4e6;
	font-family: 'feniceregular' !important;
	margin-bottom: 20px;
}
.event-meta a {
	color: #3cb4e6;
}

.event-details {
	background: #f5f5f5;
	padding: 10px;
	margin-top: 20px;
}
.event-details strong {
	display: block;
	margin-bottom: 6px;
	color: #848484;
}
.event-details &gt; div {
	margin-bottom: 10px;
	font-family: 'oswaldlight';
	font-size: 17px;
	color: #848484;
}
.event-details .event-details-title {
	font-size: 18px;
	font-weight: 700;
}

a.back-to-events-list {
	font-family: 'feniceregular' !important;
	display: inline-block;
	width: 150px;
	/* border-bottom: 5px solid #3cb4e6;*/
	font-size: 18px;
	/* color: #3cb4e6; */
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	margin-bottom: 25px;
}

a.back-to-events-list .text {
	color: #666;
}
a.back-to-events-list svg {
	width: 30px;
	height: 30px;
	fill: #666;
	display: block;
	margin: 0 auto 10px;
}

.next-prev-area {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f7f7f7;
}
a.topic-link {
	font-family: 'feniceregular' !important;
	display: inline-block;
	width: 150px;
	font-size: 18px;
	color: #3cb4e6;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
}

a.topic-link .text {
	color: #3cb4e6;
}
a.topic-link svg {
	width: 22px;
	height: 22px;
	fill: #3cb4e6;
	display: block;
	margin: 0 auto 10px;
}
a.prev-topic-link {
	float: left;
}
a.next-topic-link {
	float: right;
}


.events-table-container	{
	max-width: 100%;
	// overflow: auto;
}
.events-table {
	position: relative;
	padding-top: 10px;
}
.events-table-rows {
	position: relative;
	z-index: 2;
}
@media (max-width: 700px){
	.events-table {
		width: 100% !important;
		height: auto !important;
	}
}
.events-table-row {
	min-height: 60px;
	border-bottom: 2px solid #dfe4e5;
	padding: 10px 0;
}
@media (max-width: 700px){
	.events-table-row {
		border-bottom: 0;
	}
}
.events-table-place {
	font-size: 15px;
	line-height: 21px;
	color: #666;
	width: 110px;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
@media (max-width: 700px){
	.events-table-place {
		width: auto;
		background-color: #dddddd;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
.events-table-events {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
@media (max-width: 700px){
	.events-table-events {
		display: block;
	}
}
.events-table-columns {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-left: 125px;
	white-space: nowrap;
}
@media (max-width: 700px){
	.events-table-columns {
		display: none;
	}
}
.events-table-col {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	border-left: 1px solid #dfe4e5;
}
.events-col-time {
	color: #3cb4e6;
	font-size: 15px;
	background: #fff;
	transform: translateX(-50%);
	text-align: center;
}

.events-table-single {
	position: absolute;
	background: #f7f7f7;
	border-left: 3px solid #3cb4e6;
	padding: 10px 5px;
}

.events-table-single.myevent,
.event-details.myevent {
	background: #e4f5fC;
}

/* cancelled event */
.events-table-single.cancelled {
	border-left: 3px solid #ed18a6;
	background: #f4f4f4;
}

.events-table-single.cancelled .events-table-single-name {
	color: #888 !important;
}

.events-table-single.cancelled .events-table-single-popup {
	background: #888;
	border-bottom: 2px solid #ed18a6;
}

.events-table-single.cancelled .events-table-single-popup-reverse {
	border-top: 2px solid #ed18a6;
	background: #888;
}

.events-table-single.cancelled .events-table-single-popup:after {
	border-top: 9px solid #ed18a6;
}

.events-table-single.cancelled .events-table-single-popup-reverse:after {
	border-bottom: 9px solid #ed18a6;
}

/* changed event */
.events-table-single.changed {
	border-left: 3px solid #ed7b00;
	background: #f4f4f4;
}

.events-table-single.myevent.changed .events-table-single-name {
	/*color: #ed7b00 !important;*/
}

.events-table-single.myevent.changed .events-table-single-popup {
	background: #888;
	border-bottom: 2px solid #ed7b00;
}

.events-table-single.myevent.changed .events-table-single-popup-reverse {
	background: #888;
	border-top: 2px solid #ed7b00;
}

.events-table-single.myevent.changed .events-table-single-popup:after {
	border-top: 9px solid #ed7b00;
}

.events-table-single.myevent.changed .events-table-single-popup-reverse:after {
	border-bottom: 9px solid #ed7b00;
}


@media (max-width: 700px){
	.events-table-single {
		position: static;
		width: auto !important;
		max-width: 100%;
		margin-bottom: 10px;
	}
}
.events-table-single:hover .events-table-single-popup,
.events-table-single:hover .events-table-single-popup-reverse {
	display: block;
}
.events-table-single-time {
	font-size: 13px;
	color: #666;
}
.events-table-single-name {
	font-size: 14px;
	color: #3cb4e6;
	max-height: 50px;
	overflow: hidden;
}
@media (max-width: 700px){
	.events-table-single-name {
		max-height: none;
	}
}

.events-table-single-popup {
	background: #3cb4e6;
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 330px;
	margin-bottom: 5px;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 60;
}
@media (max-width: 700px){
	.events-table-single-popup {
		display: block;
		background-color: transparent;
		position: static;
		color: #666;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		width: auto;
	}
}

.events-table-single-popup:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-top: 9px solid #3cb4e6;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
}
.events-table-single-popup:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
}

/* reverse popup */
.events-table-single-popup-reverse {
	background: #3cb4e6;
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 330px;
	margin-top: 5px;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 60;
}
@media (max-width: 700px){
	.events-table-single-popup-reverse {
		display: block;
		background-color: transparent;
		position: static;
		color: #666;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		width: auto;
	}
}

.events-table-single-popup-reverse:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-bottom: 9px solid #3cb4e6;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px;
}
.events-table-single-popup-reverse:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
}




.events-table-popup-time {
	font-size: 13px;
	margin-bottom: 6px;
}
.events-table-popup-name {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
}
.events-popup-actions {
	margin-top: 13px;
	font-size: 13px;
}
@media (max-width: 700px){
	.events-table-single-popup:after,
	.events-table-single-popup:before,
	.events-table-popup-time,
	.events-table-popup-name {
		display: none;
	}
}

.events-popup-actions a, .events-popup-actions a:visited {
	color: #777;
}

.events-popup-actions a:hover {
	/* text-decoration: underline; */
}

.events-popup-actions a svg {
	fill: #666;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: -4px 6px 0 -4px;
}
@media (max-width: 700px){
	.events-popup-actions a, .events-popup-actions a:visited {
		color: #666;
	}
	.events-popup-actions a svg {
		fill: #666;
	}
}

a.close-events-list {
	font-family: 'feniceregular' !important;
	display: inline-block;
	width: 140px;
	font-size: 18px;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	margin-bottom: 25px;
	vertical-align: bottom;
	position: absolute;
    left: -28px;
}

a.close-events-list {
	z-index: 1;
}

a.close-events-list .text {
	color: #666;
}
a.close-events-list svg {
	width: 21px;
	height: 21px;
	// fill: #a75a5a;
	fill: #666;
	display: block;
	margin: 0 auto 10px;
}

.events-table-date-select {
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
}
a.events-date-choice {
	font-family: 'feniceregular' !important;
	display: inline-block;
	border-bottom: 2px solid #c0c9cc;
	width: 150px;
	font-size: 21px;
	color: #c0c9cc;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	margin-bottom: 25px;
	padding-bottom: 10px;
	vertical-align: bottom;
	margin-left: 10px;
}

a.events-date-choice .text {
	color: #c0c9cc;
	font-size: 18px;
}

a.events-date-choice .bigtext {
	display: block;
	font-size: 30px;
	color: #c0c9cc;
}


a.events-date-choice.events-current-date {
	border-bottom: 0;
}
a.events-date-choice.events-current-date .text {
	color: #3cb4e6;
}

a.events-date-choice.events-current-date .bigtext {
	display: block;
	color: #3cb4e6;
}

.events-table-header {
	margin-bottom: 30px;
	white-space: nowrap;
}
@media (max-width: 700px){
	.events-table-header {
		white-space: normal;
		margin-bottom: 0;
	}
}

a.events-calendar-choice {
	color: #777 !important;
}

.events-table-calendar-select,
.events-table-language-select {
	margin-left: 75px;
	display: inline-block;
	vertical-align: bottom;
}

.events-table-language-select a {
	font-family: 'feniceregular' !important;
    display: inline-block !important;
	border-bottom: 0;
	/*border-bottom: 2px solid #c0c9cc !important;*/
    font-size: 18px !important;
    margin-bottom: 25px !important;
    color: #c0c9cc !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.1 !important;
    padding-bottom: 10px !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    margin-left: 10px !important;
}
#lang_sel_list a.lang_sel_sel{
	color: #009fe3 !important;
	border-color: #009fe3 !important;
}

a.events-calendar-choice {
	font-family: 'feniceregular' !important;
	display: inline-block;
	/*border-bottom: 2px solid #777;*/
	font-size: 18px;
	color: #777;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

a.events-calendar-choice .text {
	color: #777;
}

a.events-calendar-choice .bigtext {
	display: block;
	font-size: 30px;
	color: #777;
}

a.events-calendar-choice.events-current-calendar,
a.events-calendar-choice.selected {
	border-bottom-color: #3cb4e6;
}

a.events-calendar-choice.events-current-calendar .text,
a.events-calendar-choice.selected {
	color: #3cb4e6 !important;
}

a.events-calendar-choice.events-current-calendar .bigtext {
	display: block;
	color: #3cb4e6;
}

@media (max-width: 700px){
	.events-table-calendar-select, .events-table-date-select, .events-table-language-select {
		margin-left: 0;
		text-align: center;
		display: block;
	}
	
	.events-table-language-select #lang_sel_list {
		margin-left: calc(50% - 75px);
		width: 100%;
	}
	
	a.events-calendar-choice {
		font-size: 18px;
	}
	a.events-date-choice {
		width: auto;
		padding: 10px 15px;
	}
	a.events-date-choice .text {
		font-size: 14px;
	}
	a.events-date-choice .bigtext {
		font-size: 26px;
	}
}

.event-meta .entry-date a svg {
  fill: #3CB4E6;
  width: 23px;
  height: 19px;
  vertical-align: middle;
  margin: -3px 6px 0;
}

#sidebar-right .widget-login .logged-in p {
  max-width: 160px;
  overflow: hidden;
}

#sidebar-right .widget-login li {
  font-size: 16px;
  line-height: 20px;
}

.event-meta .entry-date {
	font-size: 16px;
}

.event-meta .entry-date a:visited{
	color: #3CB4E6;;
}

.widget-message {
	margin-bottom: 10px;
	margin-top: 0 !important;
	font-size: 16px !important;
	font-family: 'feniceregular' !important;
}

.resetBox.noMargin {
	margin-top: -9px !important;
}

.event-buttons {
	margin-bottom: 30px;
}

.event-buttons a {
	display: inline-block;
	background: #21759b;
	border-radius: 2px;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 7px;
	margin-right: 8px;
}

.event-title.entry-title {
	font-size: 21px !important;
}

/* fixed header */
#event-content .cover-up1,
#event-content .cover-up2 {
	display: none;
}

.category-block {
	width: 40%;
    height: 100%;
    margin-left: 120px;
    float: left;
}

.category-container {
	font-family: 'feniceregular' !important;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

.category-container .text {
	float: left;
	width: 20%;
}

@media (min-width: 769px){
	#event-content .content-wrap {
		padding-top: 0;
	}
	
	#event-content .events-table-header {
		margin-bottom: 30px;
		white-space: nowrap;
		position: fixed;
		background-color: #FFF;
		z-index: 5;
		width: 100%;
		padding-top: 40px;
		height: 110px;
	}
	
	#event-content .events-table-columns-movable {
		top: 120px; 
		height: 30px; 
		background-color: #fff;
	}
	
	#event-content .events-table {
		top: 140px;
	}
	
	#event-content .events-table-place {
		margin-top: -10px;
		background-color: #fff;
		min-height: 70px;
		position: relative;
		left: -40px;
		padding-left: 40px;
		z-index: 3;
	}
	
	#event-content .events-table-row {
		padding-bottom: 0px;
	}
	
	#event-content .cover-up1 {
		display: block;
		position: fixed; 
		top: 0; 
		left: 0; 
		width: 40px; 
		height: 150px; 
		z-index: 6;
		background-color: #fff;
	}
	
	#event-content .cover-up2 {
		display: block;
		position: fixed; 
		top: 120px; 
		left: 40px; 
		width: 105px; 
		height: 30px; 
		z-index: 6;
		background-color: #fff;
	}
}

#kavamsg {
	text-align: center;
	font-family: 'feniceregular' !important;
	font-size: 21px;
	color: #ED7B00;
	margin-top: -15px;
	margin-bottom: 3px;
}

@media (max-width: 700px) {
	a.close-events-list {
		left: 0 !important;
	    display: block;
	    text-align: center;
	    width: 100%;
    }
}

#filter {
	position: fixed; 
	height: 100%; 
	width: 100%; 
	z-index: 10000; 
	display: none
}



#filter .filterInner {
	padding: 15px 10px;
	z-index: 10002; 
	border: 2px solid #ddd;
	border-radius: 2px; 
	width: 275px; 
	height: 370px; 
	position: absolute; 
	left: calc(50% - 150px); 
	top: calc(50% - 200px); 
	font-size: 32px; 
	background-color: #fff;	 
}

#filter .closeFilter {
	position: absolute; right: 10px; top: 12px; width: 50px;
}

.inputKavaFilter {
	font-family: 'feniceregular' !important;
    font-size: 20px;
    background-color: #fff !important;
    height: 25px;
    margin-top: 5px;
    /* border-bottom: 2px solid #19b8ea !important; */
    border: 1px solid #ddd !important;
}

.divKavaFilter {
	font-family: 'feniceregular' !important;
    font-size: 18px;
    margin-top: -10px;
    float: left;
    width: 40%;
}

.divKavaFilter a {
	margin-left: 0 !important;
	padding-left: 0 !important;
}


.divKavaFilter.nobm {
	margin-bottom: 0 !important;
}

.divKavaFilter.notm {
	margin-top: 0 !important;
}

.buttonKavaFilter {
	font-family: 'feniceregular' !important;
	font-size: 32px;
    margin: 11px;
    width: calc(100% - 23px);
    bottom: 0;
    border-radius: 3px;
}

#filter a {
	color: #19b8ea;	
	display: inline-block;
	padding: 10px;
}

#filter a.selected {
	background-color: #19b8ea;
    color: #fff;
    border-radius: 3px;	
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: normal;
    color: #555555;
    height: 30px !important;
    width: 30px !important;
    background: 0 !important;
    background-color: #19b8ea !important;
    border-radius: 15px;
    border: 0 !important;
}

.ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-widget-header .ui-state-active:hover,
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
	border: 0 !important;
}

.ui-widget-content {
    border: 1px solid #aaaaaa !important;
    color: #222222 !important;
    width: 254px !important;
    margin: 0 calc(50% - 121px) !important;
    border-radius: 2px !important;
    height: 10px !important;
    background: 0 !important;
}

#timespan {
	font-family: 'feniceregular' !important;
    margin-top: 20px;
    display: block;
    margin-left: calc(50% - 100px);
    width: 300px;
}

#f_time_algus1 {
	margin-top: 20px !important;
}

.center {
	text-align: center !important;
}

.events-table-events th {
	padding-top: 25px !important;
}


.text .fa-check-square-o,
.events-calendar-choice .fa-check-square-o {
	display: none;
}

.text .fa-square-o {
	display: inline;
}

.selected .fa-check-square-o {
	display: inline;
}

.selected .fa-square-o {
	display: none;
}

.text.Vأ„ {color: #777 !important;}
.text.IN {color: #777 !important;}
.text.KO {color: #777 !important;}
.text.PP {color: #777 !important;}
.text.LA {color: #777 !important;}
.text.KE {color: #777 !important;}
.text.TU {color: #777 !important;}
.text.TE {color: #777 !important;}
.text.HA {color: #777 !important;}
.text.Dأœ {color: #777 !important;}

.selected.Vأ„, .events-table-events th.Vأ„, option.Vأ„, .Vأ„  .events-table-single .events-table-single-name   {color: #ffc845 !important;}
.selected.IN, .events-table-events th.IN, option.IN, .IN  .events-table-single .events-table-single-name   {color: #ed8b00 !important;}
.selected.KO, .events-table-events th.KO, option.KO, .KO  .events-table-single .events-table-single-name   {color: #c25e03 !important;}
.selected.PP, .events-table-events th.PP, option.PP, .PP  .events-table-single .events-table-single-name   {color: #cf96b0 !important;}
.selected.LA, .events-table-events th.LA, option.LA, .LA  .events-table-single .events-table-single-name   {color: #c22e59 !important;}
.selected.KE, .events-table-events th.KE, option.KE, .KE  .events-table-single .events-table-single-name   {color: #a4d65e !important;}
.selected.TU, .events-table-events th.TU, option.TU, .TU  .events-table-single .events-table-single-name   {color: #009fe3 !important;}
.selected.TE, .events-table-events th.TE, option.TE, .TE  .events-table-single .events-table-single-name   {color: #75c2bd !important;}
.selected.HA, .events-table-events th.HA, option.HA, .HA  .events-table-single .events-table-single-name   {color: #4799b5 !important;}
.selected.Dأœ, .events-table-events th.Dأœ, option.Dأœ, .Dأœ  .events-table-single .events-table-single-name   {color: #7a99ac !important;}

.Vأ„ .events-table-single {border-left: 3px solid  #ffc845 !important;}
.IN .events-table-single {border-left: 3px solid  #ed8b00 !important;}
.KO .events-table-single {border-left: 3px solid  #c25e03 !important;}
.PP .events-table-single {border-left: 3px solid  #cf96b0 !important;}
.LA .events-table-single {border-left: 3px solid  #c22e59 !important;}
.KE .events-table-single {border-left: 3px solid  #a4d65e !important;}
.TU .events-table-single {border-left: 3px solid  #009fe3 !important;}
.TE .events-table-single {border-left: 3px solid  #75c2bd !important;}
.HA .events-table-single {border-left: 3px solid  #4799b5 !important;}
.Dأœ .events-table-single {border-left: 3px solid  #7a99ac !important;}

.divKavaFilter a {
	line-height: 30px;
}

.selected,
.text,
.events-calendar-choice {
	padding: 5px !important;
	border-radius: 3px;
}

th {
	font-family: 'feniceregular' !important;
	font-size: 18px;
	font-weight: normal;
}

td.eventDate {
	color: #34b6e9;
    font-size: 18px;
    font-family: 'feniceregular' !important;
}

div.events-table-single {
	max-width: 270px;
	margin-bottom: 3px;
}

.minukava div.events-table-single {
	max-width: 100%;
}

.events-table-events {
	margin-top: 120px;
	table-layout: fixed;
}

.events-table-popup-people {
	max-height: 120px;
	overflow: hidden;
}

.whereIsItPrecious {
	line-height: 24px;
	width: 100%;
}

.pull-right {
	width: 100%;
	text-align: right;
}


/* magic for phones, winter is coming! */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.category-block {
	    display: none;
	    /*
	    width: 100%;
	    margin: 0;
	    margin-top: 80px;
	    float: none;
	    */
	}
	
	.divKavaFilter {
		float: none;
		width: 100%;
		margin: 5px;
		margin-top: 10px;
	}
	
	.divKavaFilter a {
		margin-left: 5px !important;
	}
	
	.close-events-list {
		top: 15px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}
	
	.events-calendar-choice {
		margin-top: 10px;
	}

	.category-block a.text	{
		width: 42%; float: left; margin: 5px;
	}
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, td, tr { 
		display: block; 
	}
	
	th:not(.eventDateHeader) {
		display: none;
	}
	
	.eventDateHeader {
		width: 600px;
	}
	
	.eventDate {
		padding-top: 10px !important;
	}
	
	table {
		max-width: 100% !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		position: relative;
		padding: 0 !important;
    	border: 0 !important;
	}
	
	div.events-table-single {
		max-width: 100%;
	}
	
	#event-content .content-wrap {
		padding: 15px;
	}
	
	.events-table-events {
		margin-top: 0;
	}
	
	.mobOnly {
		display: block;
	}
	
	.divKavaFilter input {
		width: calc(100% - 13px) !important;
		margin-bottom: 10px;
	}

	.divKavaFilter select {
		width: calc(100% - 5px) !important;
	}

}

.modalScrollableContent {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.modalScrollableContent .content-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
}

@media print {
	.events-table-header {
		display: none;
	}
	
	.events-table-events {
		margin: 0;
	}
	
	#event-content .content-wrap {
		overflow: visible !important;
		height: 100% !important;
		min-height: 100% !important;
	}
	
	.removeMyEvent {
		display: none;
	}
	
}

.events-table-single {
	page-break-inside: avoid;
}
</pre></body></html>