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


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

.stockTableHeader {
  background-color: #2062B8;
  color: white;
  font-style: italic;
}

.stockTable {
  border: 1px solid silver;
  padding: 2px;
  margin-bottom:6px;
}

.stockTableNumeric, .black, .green, .red {
  text-align: right;
  width:8em;
}

.mainPanel {
 padding: 20px;	
}

.black {
  color: black;
}

.green {
  color: green;
}

.red {
  color: red;
}
