/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
}

body {
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.highscoreWidget {
	margin: auto;
}

.sendButton {
	display: block;
	font-size: 16pt;
}
.textCenter{
	text-align:center;
}

.verticalPanel {
	margin-left: auto;
	margin-right: auto;
}

.wordGrid {
	margin: auto;
	padding: 1em;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}
  margin: 15px 6px 6px;
}

@font-face {
	font-family: 'libertine';
	src: url('LinLibertine_Rah.ttf');
}

h1 {
	font-family: libertine;
	font-variant: small-caps;
	color: black;
}

.scoreColumn {
	text-align: right;
}

#footer {
	text-align:center;
	position:absolute;
	bottom:0;
	height:2em;
}