html, body {
	height: 100%;
	font: 14px Arial;
	background: #202A44;

	color: #fff;
	padding: 25px;
	
}

h1{
	padding: 0px;
	margin-top: -20px;
}

#title {
	font-size: 1.2em;
	font-weight: bold;
}
.author {
	font-size: 0.9em;
}
table tr {
	height: 40px;
}
textarea {
	width: 500px;
	font-size: 1em;
}
select {
	width: 320px;
	font-size: 1em;
}
button {
	width: 180px;
	height: 32px;
	font-size: 1em;
	cursor: pointer;
}
button:enabled {
	cursor: pointer;
}
button:disabled {
	cursor: default;
}
#btnClearExpr {
	float: right;
}


.article {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:1.2em;
	padding: 5% 15% 3% 0;
}


a {
	color:yellow;
}