.footer {
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	line-height: 40px; /* Vertically center the text there */
	background-color: #f5f5f5;
}

table {
	font-size: 85%;  
}

.vertical-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

