#footer {
	background: url(images/tango-feet.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	height: 290px;
	height: 29vw;
	
	position: relative;
}

#footer-content {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 10px;
	color: #151515;
	font-size: 1.3vw;
}

#content a[href] {
	text-decoration: none;
	border-bottom-style: dotted; 
	border-width: 1px;
	border-color: #119696;
	color: #119696;
	
}

#content a[href]:hover {
	border-bottom-style: solid;
	/*background: #e6f7fd;*/
	color: #16c8c8;
	border-color: #16c8c8;
}


#menu .menu-item:hover {
	cursor: pointer;
}

#menu-svg {
	fill: #fff;
}

#menu-sheet a:hover {
	border-bottom-style: solid;
	color: #ffffff;
	border-color: #ffffff;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	border: 0;
	width: 100%;
	
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;*/
}

table th {
	background: #999;
	padding: 9px;
	color: #fff;
	/*border: 1px solid #999;*/
}

table td.shade {
	background: #eee;
	/*
	color: #999;
	font-weight: bold;
		
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
	*/
}

table td {
	padding: 9px;
	
	/*
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
	*/
}

table .timeframe {
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
}

.map {
    height: 250px;
    border: 2px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.map iframe {
    pointer-events: none;
}

.map.clicked {
    border: 2px solid #17c7c7;
}