body { 
    padding-top: 80px; 
    height: 100%;
}

td {
    border: 1px solid red;
    width: 20px;
    height: 20px;
}

.key {

	border: 1px solid red;
	width: 20px;
    height: 20px;
    margin-right: 10px;
}

ul {
	list-style-type: none;
}

.btn-space {
	margin-right: 5px;
}

#update {
	margin-bottom: 15px; 
	margin-top: 10px;
}

.wall {
	transition : background-color 0.1s ease-in-out;
	background-color: #262b28;
	border-color: #262b28;
}

.none {
	transition : background-color 0.1s ease-in-out;
	background-color: white;
	border-color: #79d9ce;
}

.searching {
	transition : background-color 0.08s ease-in-out;
	background-color: #1cd4b5;
	border-color: #1cd4b5;
}

.visited {
	transition : background-color 0.08s ease-in-out;
	background-color: #e89440;
	border-color: #e89440;
}

.success {
	transition : background-color 0.08s ease-in-out;
	background-color: #ffee31;
	border-color: #ffee31;
}

.start {
	background-color: green;
	border-color: green;
}

.end {
	background-color: red;
	border-color: red;
}

#bigTableContainer {
	margin-top: 30px;
}

.custom-section {
	margin-bottom: 20px;
}



#results {
	height: 200px;
	width: 200px;
	background-color:  green;
	position: fixed;
	right: 10px;
	bottom: 150px;
	color: black;
	font-size: 12px;
	text-align: center;
	border: 1px dashed black;
}

/*#resultsIcon {
	margin-bottom: 3px;
	margin-top: 40px;
	font-size: 30px;
}
*/
#duration {
	padding: 3px;
	width:200px;
	position:center;
	right:85px;
	bottom:380px;
	font-size:24px;
	background-color: transparent;
	text-align: center;
}



#length {
	padding: 3px;
	width:200px;
	position: center;
	right:85px;
	bottom:225px;
	font-size:24px;
	background-color: transparent;
	text-align: center;
}

