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

th {
	width: auto;
}

#col1 {
	width: 200px;
}
#col2 {
	width: 200px;
}
#col3 {
	width: 200px;
}

.press-table {
	position: absolute;
	margin-top: 140px;
	border: 0px solid rgba(24,80,148,1.00);
	font-size: 15px;
	text-align: center;
	max-width: 500px;
	left: 50%;
    transform: translateX(-50%);
}

.press-list {	
	position: relative;
	display:inline-block;
	text-align: center;
	top: 50px;
	font-size: 15px;	
	font-family:  'Open Sans', sans-serif;
	height: 50px;
}


.press-title {
	position: relative;
	display:inline-block;
	text-align: center;
	top: 50px;
	font-size: 22px;	
	font-family:  'Open Sans', sans-serif;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

