* {
	color:white;
	background-color:#262626;
}

a {
	color:#0A84FF;
}

a:visited {
	color:#8E8CD8;
}

input, textarea {
	background-color:black;
}

#parser-output {
	width : 100%;
	height : 500px;
}

#current-patch {
	font-weight:bold;
}

textarea {
	min-width: 60%;
}

#mhs {
	height: 100px;
}

#copyable-text {
	height: 200px;
}

.log-level-WARNING {
	color: pink;
	font-weight: bold;
}

.log-level-ERROR {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

::-moz-selection,
::selection {
  background: blue; 
}