.container {
	display: table;
	width: 100%;
}

#left_pane {
	position: absolute;
	left: 20px;
	width: 50%;
}

#right_pane {
	position: absolute;
	right: 20px;
	width: 50%;
}

h1 {
	margin-top: 0px;
	font-family: "Courier New";
	text-align: center;
	color: black;
}

h1 a {
	color:black;
	text-decoration: none;
}

.tunelist {
	padding-left: 50px;
}

.tunename {
	background: none;
	border: none;
	color: blue;
	text-decoration: none;
	cursor: pointer;
	font-size: 1em;
	font-family: serif;
}

.tunelist:focus {
	outline: none;
}

.tunelist:active {
	color: red;
}

textarea {
	width: 90%;
}

img {
	max-width: 100%;
	height: auto;
}