/****
* @file 
* @brief 
* @author 
* @date 
* 
* @verbatim
* History:  Date  |  Programmer  |  Contact  |  Description  |
* @endverbatim
****/

html, body {
	height: 100%;
	margin: 0ex;
	overflow: auto;
	padding: 0ex;
	width: 100%;
}

body {
	background-color: hsl(100, 0%, 18%);
	font-family: verdana, arial;
	font-size: 1em;
	position: relative;
}

p > span {
	margin-left: 2em;
}

#content {
	background-color: hsla(100, 100%, 80%, 0.15);
	border: 1px solid hsl(100, 100%, 50%);
	border-radius: 3ex;
	bottom: 10%;
	color: hsl(100, 100%, 80%);
	left: 10%;
	padding: 2em;
	position: absolute;
	right: 10%;
	box-shadow: 0px 0px 10px 0px hsla(100, 100%, 50%, .6);
	top: 10%;
}

#content > textarea {
	border-radius: 9px;
	height: calc(100% - 4em);
	width: 100%;
}
