/** Add css rules here for your application. */
#main {
	padding: 0px;
}

/** Example rules used by the template application (remove for your app) */
.sendButton {
	display: block;
	font-size: 16pt;
}

/** 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;
}

.important {
	font-weight: bold;
}

.panelHeader {
	font-weight: bold;
	font-size: 1.2em;
	color: #0071BA;
}

.panelMain {
	border-top: 1px solid;
	padding-top: 4px;
}

.checkBoxContent {
	margin-left: 2em;
	padding: 4px;
}

.checkBoxContent tr {
	
}

.checkBoxContent tr td {
	padding-right: 4px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	background: #b3d4fc !important;
}

.breakable {
	white-space: pre-wrap;
	word-wrap: break-word;
}

input[type="checkbox"] {
	margin-left: 0px;
}
