/* (c) Sebastian Pauli, 2015 */

body
{
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	background-color: #087B7B;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px black;
	cursor: default;
}

.center
{
	width: 700px;
	margin: auto auto;
}

.center a
{
	/*width: 200px;*/
	width: 100%;
	color: white;
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

.center a:hover
{
	background-color: white;
	color: #087B7B;
}

table
{
	margin-bottom: 50px;
	border: 1px solid white;
	text-shadow: none;
}

table th
{
	background-color: white;
	color: #087B7B;
}

table td
{
	padding: 7px;
	border: 1px solid #cccccc;
	cursor: auto;
}

#editor-input
{
	cursor: auto;
	width: 100%;
	height: 15em;
	background-color: rgba(0, 74, 127, 0.9);
	border: 1px solid white;
	color: white;
	padding: 1px;
}

#editor-input p
{
	padding: 0;
	margin: 0;
}

#editor-input a
{
	color: orange;
	text-decoration: none;
	background: none;
	display: inline;
	padding: 0;
}

#editor-input a:hover
{
	text-decoration: underline;
}

#title-input
{
	width: 100%;
	background-color: rgba(0, 74, 127, 0.9);
	border: 1px solid white;
	color: white;
	font-size: 1.5em;
}