/*	@import url(http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic);
	
	html {
		font-family: 'Rambla', sans-serif;
	}
*/	
#wg_tt_display {
	font-size: 12pt;
	line-height: 14pt;
	margin-bottom: 3rem;
}
.wg-tt-todays-activity-list  {
	padding-left: 0;
	margin-bottom: 2px;
}

.wg-tt-swimtype, .wg-tt-activitytype, .wg-tt-location-item  {
		display:block;
/*		margin-right: 0.5em;*/
		margin-top: 0.5em;
		box-sizing: border-box;
		border: 1px solid #ccc;
		background-color:#ebebeb;
		clear: both;
}
.wg-tt-swimtype.active a, .wg-tt-activitytype.active a, .wg-tt-location-item.active a {
	background-color: #ccc;
}

.wg-tt-swimtype a, .wg-tt-activitytype a, .wg-tt-location-item a {
	display: block;
	padding: 0.5em 20px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
	height: auto;
	vertical-align:middle;
	text-align:center;
}
/*	
	.wg-tt-swimtype:first-child, .wg-tt-activitytype:first-child, .wg-tt-location-item:first-child , 
	.wg-tt-swimtype:first-child a, .wg-tt-activitytype:first-child a, .wg-tt-location-item:first-child  a{
		border-radius: 1em 1em 0 0;
	}
	.wg-tt-swimtype:last-child, .wg-tt-activitytype:last-child, .wg-tt-location-item:last-child, 
	.wg-tt-swimtype:last-child a, .wg-tt-activitytype:last-child a, .wg-tt-location-item:last-child  a{
		border-radius: 0 0 1em 1em;
	}
*/

.wg-tt-block {
	display: block;
	margin: 1px;
	box-sizing: border-box;
	background-color: #ebebeb;
	text-align: center;
	vertical-align: middle;
}
.wg-tt-block.ww-tt-weekview {
	width:100%;
	height:auto;
}
.wg-tt-block .wg-tt-item {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
	color: black;
}	
.wg-tt-block .wg-tt-activity,
.wg-tt-block .wg-tt-location-note,
.wg-tt-block .wg-tt-times {
	display:block;
}

.wg-tt-block .wg-tt-activity { }
.wg-tt-block .wg-tt-location-note {
	color: #999;
}
.wg-tt-block .wg-tt-location-note:before { 
	content: '(';
}
.wg-tt-block .wg-tt-location-note:after { 
	content: ')';
}
.wg-tt-block .wg-tt-times {}

.wg-tt-todays-swim-wrapper, 
.wg-tt-todays-classes-wrapper,
.wg-tt-todays-activities-wrapper {
	width: 100%; 
	clear: both;
	margin-bottom: 1.5em;
}
.wg-tt-daysactivities {
	box-sizing: border-box;
	padding: 0 3px 0 1px;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
}
.wg-tt-view-all,
.wg-tt-daysactivities.today {
	background-color: #ccc;
}
.wg-tt-daysactivities h3  {
	margin-bottom: 0;
}

a.wg-tt-item .wg-tt-activity {
color: blue;
}

@media all and (min-width: 480px) {
	.wg-tt-swimtype, .wg-tt-activitytype, .wg-tt-location-item {
		display: block;
		float:left;
		margin-right: 0;
		clear:none;
	}
/*	
	.wg-tt-swimtype:first-child, .wg-tt-activitytype:first-child, .wg-tt-location-item:first-child , 
	.wg-tt-swimtype:first-child a, .wg-tt-activitytype:first-child a, .wg-tt-location-item:first-child  a{
		border-radius: 1em 0 0 1em;
	}
	.wg-tt-swimtype:last-child, .wg-tt-activitytype:last-child, .wg-tt-location-item:last-child, 
	.wg-tt-swimtype:last-child a, .wg-tt-activitytype:last-child a, .wg-tt-location-item:last-child  a{
		border-radius: 0 1em 1em 0;
	}
*/
	

	.wg-tt-block {
		display: table-cell;
		width: 120px;
		height: 120px;
		float: left;
		margin: 1px;
	}
	.wg-tt-block.ww-tt-weekview .wg-tt-item {
		height:auto;
		min-height: 70px;
	}
	.wg-tt-daysactivities {
		width: 14%;
		display: table-cell;
	}
}