.header_logo {
	width: 100%;
	height: 80px;
	background-color: #003333;
	font-family: inherit;
}

.header_user {
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	font-family: inherit;
}

.header_user table {
	width: 100%;
}

.header_link {
	color: white;
	cursor: pointer;
	margin-right: 20px;
}

.header_link:hover {
	color: #F0E68C;
	text-decoration: none;
}

.main_section {
	width: 90%;
	margin: 0 auto;
}

.main_list {
	overflow: auto;
}