html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
	background-color: #c0c0c0;
}

.alpha {
	color: red;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
}
.borderAll {
	border: 1px solid black;
	padding: 10px;
	cursor: pointer;
}
.totalAlpha {
	color: red;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid black;
}
.total {
	padding-right: 10px;
	padding-left: 10px;
}
.rank {
	color: red;
	padding-left: 5px;
}