@charset "utf-8";
/* CSS Document */

body {font-family:"Droid San", Helvetica;}
.edat-availability {
max-width:70px;
width:100%;
display:block;
font-size:10px;
margin:0 auto 0 auto;text-align:center;
text-transform:uppercase;
padding:2% 20% 0 20%;
vertical-align:baseline;

}
.edat-gender {
	margin:3% 0 0;
	display:block;font-weight:bold;
	font-size:12px;
	text-align:center;
}
.edat-price {
	margin:3% 0;
	display:block;
	font-size:14px;
	text-align:center;
}
.edat-gender, .edat-gender {
float:right;
width:40%;

}
.eda-full,.edat-full {
    border-top: 4px solid #d74e6c;
}

.eda-nearlyfull, .edat-nearlyfull {
    border-top: 4px solid #DDC83E;
}

.eda-open, .edat-open {
    border-top: 4px solid #85c57b;		
}


.edat-eventName {}
.edat-eventDate {}
.edat-table {
	display:table;
	width: 100%;
}
.tableRow {
	display: table-row;
}
.tableRow:first-child .tableCell {border-top:1px solid #dbdbdb;}
.tableRow .tableCell:last-child {border-right:1px solid #dbdbdb;}
.tableRow:nth-child(odd)  {
    background: #F4F2EB;
}

.tableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.tableCell, .tableHead {
	border-bottom:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	display: table-cell;
	padding: .5% 3%;
    vertical-align: middle;
}
.tableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.tableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.tableBody {
	display: table-row-group;
}



@media only screen and (max-width: 600px) {
.tableRow:nth-child(odd)  {
    background:none;
}
.tableRow:first-child .tableCell {
border:none;
}
.edat-table {
	display: block;
	width: 100%;
	text-align:left;
}
.tableRow {
	display: block;
	border:1px solid #dbdbdb;
	border-left:10px groove #dbdbdb;
	margin:1em;
	padding:.5em .5em 0 .5em;
	clear:both;
}
.tableHeading {
	background-color: #EEE;
	display: block;
}
.tableCell, .tableHead {
	border:none;
	display: block;	
	padding: 3px 10px;
}
.tableRow .tableCell:last-child {clear:both;display:block;border:none;}
.tableHeading {
	background-color: none;
	border:none;
	display: block;
	font-weight: bold;
}
.tableFoot {
	background-color: #EEE;
	display:block;	font-weight: bold;
}
.tableBody {
	display: block;
}

.edat-availability {
max-width:100%;
width:auto;clear:none;float:none;
display:block;border:none;
font-size:14px;
margin:0 0 5px 0;text-align:left;
text-transform:none;
padding:0;
vertical-align:initial;

}
.edat-gender {
	margin:0;float:left;width:auto;
	display:inline-block;font-weight:bold;
	font-size:14px;
	text-align:left;
}
.edat-price {
	margin:0 15px 0 0;float:left;
	display:block;
	font-size:14px;
	width:auto !important;
	text-align:center;
}
.edat-gender, .edat-gender {
float:none;
width:auto;
display:block;;

}
.eda-full,.edat-full {color:#d74e6c;
}

.eda-nearlyfull, .edat-nearlyfull {color:#DDC83E;
}

.eda-open, .edat-open {	color:#85c57b;
}


.edat-eventName {}
.edat-eventDate {margin-bottom:.5em;display:block;}

}