/** Add css rules here for your application. */

body {
  padding: 10px;
}

/* stock list header row */
.watchListHeader {
  background-color: #2062B8;
  color: white;
 /* font-style: italic;*/
}

/* stock list header row */
.featureTextBox {
	width: 80px;
	 /* font-style: italic;*/
}

/* name txt box */
.nameTextBox {
	width: 80px;
}

/* price text box */
.priceTextBox {
	width: 60px;
	background-color: #FFFF00;
	 /* font-style: italic;*/
}

.gwt-DisclosurePanel-open.header TD {
     background-color: #2062B8;
  color: white;
}

.gwt-DisclosurePanel-closed.header TD {
      background-color: #2062B8;
  	color: white;

} 

.positiveChange {
  color: green;
}
.negativeChange {
  color: red;
}

.headbar {
  background-color: #2062B8;
  color: white;
  font-size : 40px; 
 /* font-style: italic;*/
}
.lowerbar {
  background-color: #2062B8;
  color: white;
 /* font-style: italic;*/
}
.lowerbar a { 
	color : White; 
} 
.lowerbar a:hover { 
	color : White; 
	background-color : Navy; 
} 
.lowerbar a:visited { 
	color : White; 
} 

.gwt-Button-remove {
  width: 20px;
  height: 20px;
}

