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

th {
	width: auto;
}

#col1 {
	width: 150px;
}
#col2 {
	width: 200px;
}
#col3 {
	width: 200px;
}
#col4 {
	width: 200px;
}
#col5 {
	width: 100px;
}
#col6 {
	width: 100px;
}

.expo-text {
	position: absolute;
	margin-top: 195px;
	margin-left: 50%;
	transform: translateX(-50%);
	border: 0px solid rgba(24,80,148,1.00);
	font-family:  microgme;
	font-size: 15px;
	text-align: center;
	min-width: 1000px;
}

.expo-list {
	font-size: 15px;	
	font-family:  'Open Sans', sans-serif;
	text-transform: uppercase;
	height: 150px;
}

.expo-list img{
	padding-top:10px;
}


.expo-title {
	font-size: 22px;	
	font-family:  'Open Sans', sans-serif;
	height: 50px;
	text-decoration-line: underline;

