@media all and (max-width: 600px){
	.leftPanel { 
		display: none;
	}
}

@media all and (max-width: 450px){
	.cellTable thead th:nth-child(2),
	.cellTable tbody td:nth-child(2) { 
		display: none;
	}
}

@media all and (max-width: 370px){
	.cellTable thead th:nth-child(3),
	.cellTable tbody td:nth-child(3) { 
		display: none;
	}
}

.leftPanel { 
	padding-right: 10px;
}

.cellTable thead th, .cellTable tbody td { 
	padding-left: 5px;
}

#top body, #top table td, #top select, #top button { 
    font-size: 12px;
}

#top {
	margin: 0px 0px 0px 0px;
}

.dropBoxPanel input {
	margin-bottom: 10px;
}

/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 670px;
  height: 660px;
}

.dialogVPanel {
  margin: 5px;
}

.simplePagerPanel {
    display: inline-block;
}

.rowsPanel {
    width: 105px;
    display: inline-block;
    text-align: right;
    height: 30px;
    float: right;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.cellTable { 
	padding: 0px 0px;
} 

.myHeader {
  background-color: #2062B8;
  color: white;
  font-style: italic;
}

.nameColumn {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-style: italic;
}

.rowsLabel {  
  margin: 1px 5px 0px 0px;
  vertical-align: middle;
}

.cloudTag, .cloudTag:hover, .cloudTag:visited {
	color: #404040;
	background-color: #ffffff;
}

.cloudTagSelected, .cloudTagSelected:hover, .cloudTagSelected:visited {
	color: #ffffff;
	background-color: #404040;
}

.type, .type:hover, .type:visited {
	font-size: 14px;
	color: #404040;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.typeSelected, .typeSelected:hover, .typeSelected:visited {
	font-size: 14px;
	color: #ffffff;
	background-color: #404040;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.resetButton {
	margin-left: 5px!important;
}

.buttonPanel {
	width: 100%;
	margin-bottom: 10px;
}

.searchButton {
	margin-left: 5px!important;
}

.cloudTag, .cloudTagSelected {
	margin-right: 2px;	
	margin-left: 2px;	
}