body {
	background:#000000;
	font-family: Verdana, Arial, sans-serif;
	color:white;
	width:100%;
	margin:0;
	padding-bottom:5px;
}

header {
	margin:5px;
		padding-bottom:5px;
}

h1 {
	margin: 10px auto;
	padding-bottom:5px;
	border-bottom: 1px solid white;

	font-family: Verdana, Arial, sans-serif;
	font-weight:100;
	font-size:2.0em;
	color: #fff;
}

#main {

	width:100%;
	box-sizing:border-box;
}

textarea {
	padding:5px;
	margin: 10px auto;
	resize:none;
	box-sizing: border-box;
	position:relative;
	height:200px;
	border:1px solid #fff;
	border-radius: 7px;
	background: #000;
	margin:0;
	color:white;
	font-size:2.0em;
	font-family:Lato, monospace;

}

textarea.thirdarea {
	width:33%;
}
textarea.halfarea {
	width:50%;
}

textarea.wholearea {
	width:100%;
}

#message {
	float:left;
}

#key {
	float:center;
}

#cipher {
	float:right;
}
.xor {
	font-family: times, sans-serif;
	font-size:2.5em;
	color:#000;
}

.xor br {
	line-height:60px;
}

.clear {
	clear:both;
}

.padding-wrapper {

	text-align:center;
}

.text-center {
	text-align:center;
}

#encode-button {
	padding:5px;
	margin: 10px auto;
	background: #000;
	color: #fff;
	border: 1px solid white;
	border-radius: 7px;
	font-family: 'Lato-Hairline', 'Lato', Verdana, sans-serif;
	font-size: 2.0em;
	font-weight:100;
	width:100%;
}
#clear-button {
	padding:5px;
	margin: 10px auto;
	background: #000;
	color: #fff;
	border: 1px solid white;
	border-radius: 7px;
	font-family: 'Lato-Hairline', 'Lato', Verdana, sans-serif;
	font-size: 2.0em;
	font-weight:100;
	width:100%;
}

#about-view {
	display:none;
}
