/*
Template Name: Academic Education
File: Homepage CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#teams {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 200px;
		background-color: #f1f1f1;
	}

	#teams li a {
		display: block;
		color: #000;
		padding: 8px 16px;
		text-decoration: none;
	}

	/* Change the link color on hover */
	#teams li a:hover {
		background-color: #555;
		color: white;
	}

	#dates, #description, #leaderboard, #evaluation, #rules,
	#documentation {
		display: block;
		margin-top: -50px;
		padding-top: 50px;
	}

	.hide {
		display: none;
	}

	tr:hover {background-color: #f5f5f5;}
	.tg  {border-collapse:collapse;border-spacing:0;}
	.tg td{border-color:black;border-style:solid;border-width:1px;overflow:hidden;padding:10px 5px;word-break:normal;}
		.tg th{border-color:black;border-style:solid;border-width:1px;font-weight:normal;font-size:14.0pt;overflow:hidden;padding:10px 5px;word-break:normal;}
			.tg .tg-km2t{border-color:#ffffff;font-weight:bold;font-size:14.0pt;text-align:left;vertical-align:top}
			.tg .tg-zv4m{border-color:#ffffff;font-size:14.0pt;text-align:left;vertical-align:top}


.team-block-div {
	margin-left:220px;
}

.team-block-div table {
	display:none;
	border: none;
}

.team-left-header {
	text-align:left;
	border: none;
	width:20%;
}

.team-member-affiliation {
	text-align:center;
	border: none;
	width:16%;
	font-size:8pt;
}

.team-member-name {
	text-align:center;
	border: none;
	font-size:11.0pt;
}

.team-name {
	text-align:left;
	border: none;
/*	font-weight:bold;	*/
}




#demovideo{
	display: block;
	overflow: auto;
	height: 100%;
}

#team-video {
	display: block;
	overflow: hidden;
	width:33%; 
	height: 100%;
	float: left;
	text-align: center;
}

#team-video iframe{
	width: 95%;
	height: 100%;
}

#organisers {
	display: block;
	overflow: auto;
	margin-top: 20px;
}

#organisers::after {
	clear:both;
}