.nav {
	min-width: 45%;
}

.nav-item {
	margin: 2%;
}

.btn {
	background-color: #4bae4f !important;
	border-color: #4bae4f !important;
	color: #ffffff !important;
}

#card {
	margin: 1%;
	border: 3px solid #4bae4f !important;
}

#card table {
	margin: 1%;
	text-align: center;
}

.table {
	max-width: 98%;
	border: 1px solid #4bae4f !important;
	table-layout: fixed;
}

.table-bordered td {
	border: 1px solid #4bae4f !important;
}

td.blank {
	background-color: #88ce8a;
}

.clickable, .checked {
	cursor: pointer;
}

.checked {
	background-color: red;
}

.footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

@media only screen and (min-height: 350px) {
	.footer {
		position: absolute;
		bottom: 0;
	}
}