.main_header {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.header_title {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 1px 1px 3px #000000;
}

.header_items {
	position: absolute;
	z-index: 1;

	bottom: 20px;
	right: 28px;

	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.header_item {
	margin: 0 .5em;
}

.header_name {
	color: #fff;
	padding: 0 auto;
	
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 1px 1px 3px #000000;
}

.clickable {
    cursor: pointer;
}

.table > tbody > tr > td, .table > tbody > tr > th {
	vertical-align: middle;
}