@media (orientation: portrait) 
{ 
	th span.title
	{
		font-size: 4rem!important;
		font-weight: normal!important;
	}
	
	th a
	{
		font-size: 3rem!important;
	}
		
	td
	{
		vertical-align: top;
		font-size: 1rem!important;
	}
 	td p
	{
		font-size: 2.5rem!important;
	}
	
	td a
	{
		font-size: 2.5rem!important;
	}
}


table.emapi
{
	border-spacing: 0;
}


/* 
	tea green #D0F0C0;
	sage green #9DC183;
	russian green #679267;

*/

thead
{
	background-color: #9DC183;
	text-align: center;
}


table.emapi td
{
	border-bottom: 4px solid #D0F0C0;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
}

table.emapi th
{
	padding-bottom: 10px;
}

table.emapi a.book_of_abstracts
{
	text-decoration: none!important;
	font-weight: normal!important;
	text-align: center!important;
}

th span.title
{
	font-size: 2.5rem;
	color: white;
}

th small
{
	font-weight: lighter;
	font-size: 70%;
}

th span.subtitle
{
	font-size: 1.5rem;
	/* font-family:Roboto condensed; */
	font-weight: lighter;
	color: white;
	/* vertical-align: middle; */
}
 

th span.navigation
{
	color: e7f7df;
	font-size: 1.5rem;
	font-weight: lighter;
	font-family:Roboto condensed;

}

tfoot td:last-child
{
	border-bottom: 0!important;
}


a
{
	text-decoration: none;
	color: inherit;
}

th a:hover
{
	background-color: white;
	color: #9DC183;
}

td a
{
	color: #679267;
	border-bottom: 1px dotted #679267;
}

td h3
{
	color: #9DC183;
}

/*
tr.border-member
{
	opacity: 0.4;
}

tr.board-member:hover
{
	opacity: 1;
	background-color: #e7f7df!important;
}
*/