body {
	margin: 0;
	padding: 0;
}

#selection img:hover {
	cursor: pointer;
}

#selection img {
	border-radius: 5px;
}

#save {
	display: none;
}

table {
	width: 100%;
}

table td {
	text-align: center;
}

.forkme {
	position: fixed;
	top: 0;
	right: 0;
	border: 0;
}

.buttons {
	text-align: center;
	margin: 15px 0;
}

#time {
	margin-left: 5px;
}

h3 {
	padding-top: 0;
	text-align: center;
}

.left {
	width: 356px;
}

.well {
	padding: 5px 19px;
	margin-bottom: 0;
}

.CodeMirror {
	border: 1px solid #eee;
	text-align: left;
}

.CodeMirror-scroll {
	height: auto;
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
}

footer {
	background-color: #EEE;
	padding: 30px 0;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid #E5E5E5;
}
