/** Add css rules here for your application. */
.contentView {
	margin: 10px auto;
	width: 800px;
}

.contentAdmin {
	margin: 10px auto;
	width: 600px;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

.info {
	font-size: large;
	margin: 20px;
}

.icon {
	cursor: pointer;
	font-size: larger;
	color: #FF0000;
}

.icon-yes {
	cursor: pointer;
	font-size: larger;
	color: #00B400;
}

.icon-no {
	cursor: pointer;
	font-size: larger;
	color: #0000FF;
}
.spaceLeft {
	margin-left: 7px;
	margin-right: 2px;
}

table.tennis {
	border-width: thin;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

table.tennis tr:nth-child(odd) {
	background-color: #eee;
}

table.tennis tr:nth-child(even) {
	background-color: #fff;
}

table.tennis td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.unknown {
	background-color: #ff7777;
}

.updated {
	background-color: #7777ff;
}

.correct {
	background-color: #77ff77;
}

.incorrect {
	background-color: #ff7777;
}

/** 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;
}